Commit Graph

3 Commits

Author SHA1 Message Date
Jukka Aho 03ecc8c296 feat(interface): add InterfaceDOFHandler and element factory
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.
2026-05-09 17:00:31 +03:00
Jukka Aho b76cbe782e feat(interface): add InterfaceMesh embedding for coupled traces
Define abstract interface mesh protocol plus concrete mesh/coupling structs tying
interface segments to volume element ids for future mortar/FSI hooks.

- Track boundary topology (`Seg2` driver) with slave/master volume pointers.
- Provide constructors validated for consistent orientation assumptions documented inline.
2026-05-09 17:00:23 +03:00
Jukka Aho e6d72b57ca docs(interface): document InterfaceMesh and InterfaceDOFHandler scope
Outline coupled surface grids and placeholder roadmap beyond Seg2 layouts.
2026-05-09 17:00:16 +03:00