|
mmg2d
|
Various tools. More...
#include "mmg2d.h"
Functions | |
| int | _MMG2D_indElt (MMG5_pMesh mesh, int kel) |
| int | _MMG2D_indPt (MMG5_pMesh mesh, int kp) |
Various tools.
| int _MMG2D_indElt | ( | MMG5_pMesh | mesh, |
| int | kel | ||
| ) |
| mesh | pointer toward the mesh structure. |
| kel | index of the element in the unpacked mesh |
find the element index in packed numerotation

| int _MMG2D_indPt | ( | MMG5_pMesh | mesh, |
| int | kp | ||
| ) |
| mesh | pointer toward the mesh structure. |
| kp | index of the point in the unpacked mesh |
find the point index in packed numerotation
