Removed unneeded lib dependency from mdInitialise
[foam-extend-3.2.git] / applications / solvers / solidMechanics / elasticNonLinULSolidFoam / moveMesh.H
blob807c713fdaee51243ebbc907b2594b0c43b78981
1 if(moveMeshMethod == "inverseDistance")
2   {
3 #   include "moveMeshInverseDistance.H"
4   }
5  else if(moveMeshMethod == "leastSquares")
6    {
7 #   include "moveMeshLeastSquares.H"
8    }
9  else
10    {
11      FatalError << "move mesh method " << moveMeshMethod << " not recognised" << nl
12                 << "available methods are:" << nl
13                 << "inverseDistance" << nl
14                 << "leastSquares" << exit(FatalError);
15    }