Page 1 of 1

Load: FATAL: Can't find procedure [nonphysicalmeshsolver_]

Posted: 20 Sep 2021, 04:17
by jjmceld
Hello,

I am trying to use the Nonphysical Mesh Adaptation Solver to change the lenght of two boundaries according to the physical model. However, it appears the following error message once it is run the code.

Load: FATAL: Can't find procedure [nonphysicalmeshsolver_]

¿How can be installed the nonphysicalmeshsolver?. I am using ubuntu 18.04.5 LTS.

Thank you and looking forward to an answer,

John

Re: Load: FATAL: Can't find procedure [nonphysicalmeshsolver_]

Posted: 20 Sep 2021, 12:03
by raback
Hi John,

Module name is "nonphysicalmeshsolve" but it seems that the subroutine name is just "meshsolver". This is a variation of "meshsolve" module but it seems that only module name was changed. It is ok since that uniquely defines the routine. However, documentation is faulty on this regard. I just fixed it. Thanx for the observation!

-Peter