Small changes before trying something big

I think that creating arrays with self%nNodes takes a lot of time.
I'm trying now to pass the number of nodes as argument.
This commit is contained in:
Jorge Gonzalez 2023-01-05 20:32:45 +01:00
commit 6f24b5f1f6
3 changed files with 5 additions and 2 deletions

View file

@ -552,7 +552,7 @@ MODULE moduleMesh2DCyl
conv = 1.D0
XiO = 0.D0
DO WHILE(conv > 1.D-3)
DO WHILE(conv > 1.D-2)
dPsi = self%dPsi(XiO)
invJ = self%invJac(XiO, dPsi)
detJ = self%detJac(XiO, dPsi)