OpenFOAM-5.x/src/sampling/meshToMesh0
Henry Weller f83975a701 functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction
Rather than requiring each functionObject to handle failed construction
internally (using the active_ flag) the static member function "viable"
is provided which returns true if construction of the functionObject is
likely to be successful.  Failed construction is then handled by the
wrapper-class which constructs the functionObject,
e.g. "OutputFilterFunctionObject".
2016-05-02 16:28:24 +01:00
..
calculateMeshToMesh0Addressing.C Standardized cell, patch and face loop index names 2016-04-25 10:28:32 +01:00
calculateMeshToMesh0Weights.C Remove .internalField() clutter for const-access to the internal field 2016-04-28 12:37:31 +01:00
meshToMesh0.C Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
meshToMesh0.H Rationalized the indentation of C-preprocessor directives 2016-02-29 15:42:03 +00:00
meshToMesh0Templates.C functionObjects: Moved into the functionObjects namespace and rationalized and simplified failable construction 2016-05-02 16:28:24 +01:00