Some parallel issues

Forgot to check Gmsh2 format with new changes.

Cartesian coordinates were not calculating things properly.
This commit is contained in:
Jorge Gonzalez 2024-07-07 11:53:56 +02:00
commit 5bc064d018
2 changed files with 3 additions and 2 deletions

View file

@ -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