![]()  | 
  
    Mmg
    
   Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement) 
   | 
 
Various tools. More...
#include "libmmg2d_private.h"
Go to the source code of this file.
Functions | |
| MMG5_int | MMG2D_indElt (MMG5_pMesh mesh, MMG5_int kel) | 
| MMG5_int | MMG2D_indPt (MMG5_pMesh mesh, MMG5_int kp) | 
| void | MMG2D_keep_only1Subdomain (MMG5_pMesh mesh, int nsd) | 
| MMG5_int MMG2D_indElt | ( | MMG5_pMesh | mesh, | 
| MMG5_int | kel | ||
| ) | 
| mesh | pointer to the mesh structure. | 
| kel | index of the element in the unpacked mesh | 
find the element index in packed numerotation
Definition at line 46 of file tools_2d.c.

| MMG5_int MMG2D_indPt | ( | MMG5_pMesh | mesh, | 
| MMG5_int | kp | ||
| ) | 
| mesh | pointer to the mesh structure. | 
| kp | index of the point in the unpacked mesh | 
find the point index in packed numerotation
Definition at line 70 of file tools_2d.c.

| void MMG2D_keep_only1Subdomain | ( | MMG5_pMesh | mesh, | 
| int | nsd | ||
| ) | 
| mesh | pointer to the mesh structure. | 
| nsd | index of subdomain to keep. | 
Keep only subdomain of index nsd and remove other subdomains.
Definition at line 92 of file tools_2d.c.

