Stefan Henneking

Results 17 issues of Stefan Henneking

Implement option to interpolate existing solution DOFs on the h-refined mesh. **New modules:** - `module refinements_geometry` - `module refinements_history` **Logic of nodal dof interpolation in h-refinement:** - The `break` routine...

enhancement
WIP

Implement option to interpolate existing solution DOFs on the h-refined mesh.

enhancement
WIP

Add more unit and integration tests to hp3D. Related PRs: - #75 (cleans up `test/` and sets up `test/makefile`) - #106 - #107 - #122 - #150 - #159 -...

testing

- The functionality is already provided for p-refinements in `nodmod` via a `COPY_DOFS` parameter; this should be instead a module variable that can be set at runtime (perhaps in the...

enhancement

Currently, the only information the user can work with (input arguments) in the `dirichlet` routine are the element (middle node) number `Mdle`, the physical coordinates of the point `X(3)` being...

enhancement

Currently, many routines (such as `elem` for DPG formulations) use inefficient face integration by iterating over more shape functions than necessary. Shape functions should only be evaluated on the particular...

enhancement

Continuation of the work on visualization https://github.com/Oden-EAG/hp3d/issues/53 As of now, pyramids aren't supported (only hexas, prisms, tets) in paraview export (both XDMF and VTU).

enhancement

- Implement support for higher-order (p > 2) element output with VTU (and perhaps XDMF).

enhancement