Add new elements to point containers is now more general
This commit is contained in:
parent
ce6b6a41a6
commit
70f6db0883
12 changed files with 109 additions and 108 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue