Merge branch 'master' of ssh://git.code.sf.net/p/foam-extend/foam-extend-3.2
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticPlasticNonLinULSolidFoam / moveMesh.H
blobefcee3d896ad68fb3502b909d7e675786f7d0d2f
1 if(moveMeshMethod == "inverseDistance")
3 #   include "moveMeshInverseDistance.H"
5 else if(moveMeshMethod == "leastSquares")
7 #   include "moveMeshLeastSquares.H"
9 else
11     FatalErrorIn(args.executable())
12         << "move mesh method " << moveMeshMethod << " not recognised" << nl
13         << "available methods are:" << nl
14         << "inverseDistance" << nl
15         << "leastSquares" << exit(FatalError);