ENH: Enabled valueOutput for surfaces in fieldValues

This commit is contained in:
andy
2012-10-02 13:16:45 +01:00
parent 340bbed2e0
commit f05c049d43
3 changed files with 58 additions and 3 deletions

View File

@ -204,7 +204,14 @@ private:
//- Set faces according to sampledSurface
void sampledSurfaceFaces(const dictionary&);
//- Combine faces and points from multiple processors
//- Combine mesh faces and points from multiple processors
void combineMeshGeometry
(
faceList& faces,
pointField& points
) const;
//- Combine surface faces and points from multiple processors
void combineSurfaceGeometry
(
faceList& faces,