Add new elements to point containers is now more general

This commit is contained in:
Jorge Gonzalez 2026-02-20 11:03:11 +01:00
commit 70f6db0883
12 changed files with 109 additions and 108 deletions

View file

@ -127,8 +127,8 @@ MODULE moduleMesh1DRad
ps_index = physicalSurface_to_index(ps)
! Add elements to physical surface
call physicalSurfaces(ps_index)%addEdge(self%n)
call physicalSurfaces(ps_index)%addNode(self%n1%n)
call meshEdgePointer_add(physicalSurfaces(ps_index)%edges, self%n)
call meshNodePointer_add(physicalSurfaces(ps_index)%nodes, self%n1%n)
end subroutine initEdge1DRad