Some parallel issues
Forgot to check Gmsh2 format with new changes. Cartesian coordinates were not calculating things properly.
This commit is contained in:
parent
626e970d82
commit
5bc064d018
2 changed files with 3 additions and 2 deletions
|
|
@ -299,7 +299,7 @@ MODULE moduleMeshInputGmsh2
|
|||
! Adjust node volume at axis
|
||||
SELECT CASE(self%geometry)
|
||||
CASE("Cyl")
|
||||
DO n = 1, numNodes
|
||||
DO n = 1, self%numNodes
|
||||
r = self%nodes(n)%obj%getCoordinates()
|
||||
IF (r(2) == 0.D0) THEN
|
||||
self%nodes(n)%obj%v = self%nodes(n)%obj%v * 2.0D0!2.0D0/3.0D0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue