mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-08-20 20:22:03 +00:00
03ecc8c296
Mirror DOFHandler discipline on interface meshes with Vertex/Cell-only layouts and inverse connectivity placeholders compatible with volume tooling. - Build field starts per interface entity id without facet maps yet. - Hook `create_interface_elements!` for template-specific dof tuples.
src/interface/
First-class interface geometry and DOF numbering for coupled problems (mortar
contact, FSI traces, interface reactions, surface chemistry), kept separate from
volume Mesh / DOFHandler.
Types:
AbstractInterfaceMesh,InterfaceMesh— embedded polygonal or segment grids (Seg2first) plus per-segmentInterfaceVolumeCouplingto slave/master volume elements.InterfaceDOFHandler,create_interface_elements!— same assignment discipline as volume handlers (Vertex/Cellon the interface mesh only; noEdge/Faceuntil facet maps on interfaces exist).
Mortar quadrature, projection kernels, and composition with volume operators are implemented on top of these structures in future work.