ENH: functionObjects improvements.

- readFields works seamlessly on-the-fly and as postprocessor
- new surfaceInterpolateFields to create interpolated field
- writeRegisteredObject only check upon writing, not upon startup
- add min,max to faceSource
This commit is contained in:
mattijs
2010-04-12 17:04:40 +01:00
parent f1e7cae646
commit 9bf63117ae
17 changed files with 668 additions and 83 deletions

View File

@ -103,11 +103,13 @@ public:
opSum,
opVolAverage,
opVolIntegrate,
opWeightedAverage
opWeightedAverage,
opMin,
opMax
};
//- Operation type names
static const NamedEnum<operationType, 5> operationTypeNames_;
static const NamedEnum<operationType, 7> operationTypeNames_;
private: