![]() |
PK_MESH_find_sharp_mfins |
PK_ERROR_code_t PK_MESH_find_sharp_mfins
(
--- received arguments ---
PK_MESH_t mesh, --- the mesh
const PK_MESH_find_sharp_mfins_o_t *options, --- options
--- returned arguments ---
int *const n_sharp_mfins, --- number of sharp mfins
PK_MFIN_t **const sharp_mfins --- sharp mfins
)
This function returns the sharp mfins in the given 'mesh'.
Specific Errors:
PK_ERROR_mesh_has_no_mfins the mesh has no mfins. (MILD)
A sharp mfin is defined in PK_MFIN_is_sharp.