- Nov 21, 2024
-
-
Oliver Sander authored
Improve support for MSVC See merge request !249
-
Santiago Ospina De Los Ríos authored
* Use standard file permissions * Use pi from dune-common
-
- Oct 17, 2024
-
-
Oliver Sander authored
Simplify domain creation See merge request !248
-
Oliver Sander authored
This clarifies the ownership.
-
Oliver Sander authored
And note that in the long run, the method should be removed completely.
-
Oliver Sander authored
There is no need for that. Simply passing them around by pointer is much easier.
-
Oliver Sander authored
Previously, it was a static method and the BVP_Descriptor object held a pointer to that method. In the old days, this was used to make the Configure method, well, configurable. Now we just expose the method in std_domain.h and let the UGGrid implementation in dune-grid call the method directly.
-
- Oct 12, 2024
-
-
Oliver Sander authored
Fix more MAX_SONS regressions See merge request !247
-
Oliver Sander authored
-
Oliver Sander authored
It wasn't used anymore.
-
- Sep 30, 2024
-
-
Oliver Sander authored
Fix segfaults created by recently lowered value of MAX_SONS Closes #62 See merge request !245
-
Oliver Sander authored
-
- Sep 25, 2024
-
-
Oliver Sander authored
Simplify setup of GENERAL_ELEMENT prototypes See merge request !243
-
- Sep 24, 2024
-
-
Oliver Sander authored
Quantities like the maximum number of corners per side where previously set to the 3d value, which is much too large in 2d. Give the correct values depending on the dimension.
-
- Sep 20, 2024
-
-
Oliver Sander authored
The split is historical, and serves no purpose anymore.
-
Oliver Sander authored
Instead of in a method. That's more direct and readable.
-
Oliver Sander authored
The old implementation was over-engineered: An edge always has exactly 2 corners.
-
Oliver Sander authored
They were merely copies of the code & documentation in gm.h.
-
Oliver Sander authored
It was never actually used. ... which explains why it could be set to '0' for prisms and pyramids without causing any bad effects.
-
Oliver Sander authored
Designated initalizers are easier to read, and they allow the compiler to catch more bugs.
-
Oliver Sander authored
-
- Sep 04, 2024
-
-
Oliver Sander authored
Update to 2.11 See merge request !244
-
Oliver Sander authored
-
Oliver Sander authored
-
- Aug 29, 2024
-
-
Oliver Sander authored
Add max buffer size to printf functions See merge request !241
-
- Aug 23, 2024
-
-
Santiago Ospina De Los Ríos authored
Unbounded buffers triggers warnings in Apple clang
-
- Aug 09, 2024
-
-
Oliver Sander authored
Write a README.md file See merge request !240
-
Oliver Sander authored
To help people understand what this module is about.
-
- Aug 03, 2024
-
-
Oliver Sander authored
Mark various pointers const See merge request !239
-
- Aug 02, 2024
-
-
Christoph Grüninger authored
Found by Cppcheck (constVariablePointer)
-
Christoph Grüninger authored
Fixes Cppcheck warnings constVariablePointer
-
Christoph Grüninger authored
Found by clang-tidy (readability-non-const-parameter)
-
Christoph Grüninger authored
Found by Cppcheck (constParameterPointer).
-
- Jul 30, 2024
-
-
Christoph Grüninger authored
Improve refine.cc See merge request !238
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-
Christoph Grüninger authored
-