Go to the documentation of this file.
37 int main(
int argc,
char *argv[])
46 Info <<
"Scaling mesh vertices by a factor " << scalingFactor <<
endl;
58 # pragma omp parallel for schedule(dynamic, 100)
61 pts[pointI] *= scalingFactor;
64 Info <<
"Writting scaled mesh" <<
endl;
static SLList< string > validArgs
A list of valid (mandatory) arguments.
scalar textToScalar(const word &w)
convert the text to scalar
const stringList & args() const
Return arguments.
#define forAll(list, i)
Loop across all elements in list.
Ostream & endl(Ostream &os)
Add newline and flush stream.
const pointFieldPMG & points() const
access to points
int main(int argc, char *argv[])
Foam::argList args(argc, argv)