47#ifndef Foam_primitivePatch_H
48#define Foam_primitivePatch_H
A list of faces which address into the list of points.
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.
vectorField pointField
pointField is a vectorField.