hp3d
hp3d copied to clipboard
Interpolation for h-refined meshes
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 first saves nodal dofs before breaking a node, using thesave_element
routine provided bymodule refinements_history
- After breaking a node, the
break
routine then initiates the new nodals dofs using theinitiate_dofs
routine which usesmodule refinements_geometry