 |
PK_facet_match_t |
|
typedef int PK_facet_match_t;
Used in:
PK_TOPOL_facet_mesh_2_o_t
PK_TOPOL_facet_mesh_o_t
This field can take any one of the following values.
'PK_facet_match_geom_c' : facet meshes between neighbouring faces will
meet exactly but are topologically disjoint.
'PK_facet_match_topol_c' : facet meshes between neighbouring faces meet
exactly and have the same topology; facet
vertices on the boundary of one mesh will
always match with vertices on the boundaries
on neighbouring meshes.
'PK_facet_match_trimmed_c' : facet meshes do not take neighbouring faces
into account, the resulting meshes may
contain facets that overlap or have gaps
between them.
See Match for more information.