47#ifndef Foam_primitivePatch_H
48#define Foam_primitivePatch_H
62 PrimitivePatch<SubList<face>,
const pointField&>
A list of faces which address into the list of points.
vectorField pointField
pointField is a vectorField.
PrimitivePatch< SubList< face >, const pointField & > primitivePatch
A PrimitivePatch with a SubList addressing for the faces, const reference for the point field.
PrimitivePatch< List< face >, const pointField & > primitiveFacePatch
A PrimitivePatch with List storage for the faces, const reference for the point field.