|
mmg2d
|
#include "mmgcommon.h"
Functions | |
| int | MMG5_isSplit (MMG5_pMesh mesh, int ref, int *refint, int *refext) |
| int | MMG5_getIniRef (MMG5_pMesh mesh, int ref) |
| int MMG5_getIniRef | ( | MMG5_pMesh | mesh, |
| int | ref | ||
| ) |
| mesh | pointer toward the mesh |
| ref | final reference for which we are searching the initial one |
Retrieve the initial domain reference associated to the (split) reference ref.

| int MMG5_isSplit | ( | MMG5_pMesh | mesh, |
| int | ref, | ||
| int * | refint, | ||
| int * | refext | ||
| ) |
| mesh | pointer toward the mesh structure. |
| ref | initial reference. |
| refint | internal reference after ls discretization. |
| refint | internal reference after ls discretization. |
Identify whether an entity with reference ref should be split, and the labels of the resulting entities.
