[uggrid] Simplify domain creation
- Nov 24, 2024
-
-
Oliver Sander authored
Recent versions of CreateBoundaryValueProblem simply allocated an object of type STD_BVP (aka std_BoundaryValueProblem). Therefore, don't call the method, and simply call 'new' instead.
-
- Nov 22, 2024
-
-
Oliver Sander authored
Rather than by name.
-
Oliver Sander authored
All it does is a single assignment. Instead of calling the method, do the assignment directly.
-
Oliver Sander authored
This is one further reduction of the complexity of UGGrid setup.
-
- Nov 18, 2024
-
-
Oliver Sander authored
It is not used in dune-uggrid anymore.
-
Oliver Sander authored
'void' is part of an old abstract interface, which only creates unnecessary complexity for us.
-
Oliver Sander authored
-