PatchHandleΒΆ
Purpose
A grid contains of a collection of patches of given type and index. JCMsuite supports several patch types: Point, Edge, Triangle, Quadrilateral, Tetrahedron, Pyramid, Prism, and Brick.
Struct members
struct PatchHandle
{
PatchType type;
int index;
};
Parameter | Description |
---|---|
type | type of patch |
index | index of patch |