Fixing some issues in 3D Cartesian coordinates. Included 3D pusher.
Still there are issues linking a volume to an edge.
This commit is contained in:
parent
1e66110014
commit
c236c5e0e2
8 changed files with 123 additions and 148 deletions
|
|
@ -217,6 +217,9 @@ MODULE moduleMesh1DCartRead
|
|||
|
||||
elemA%e1 => elemB
|
||||
elemB%e2 => elemA
|
||||
|
||||
!Revers the normal to point inside the domain
|
||||
elemB%normal = - elemB%normal
|
||||
|
||||
END IF
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue