![]()  | 
  
    Mmg
    
   Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement) 
   | 
 
Node relocation routines. More...

Go to the source code of this file.
Functions | |
| int | MMG2D_movedgpt (MMG5_pMesh mesh, MMG5_pSol met, int ilist, MMG5_int *list, int8_t improve) | 
| int | MMG2D_movintpt (MMG5_pMesh mesh, MMG5_pSol met, int ilist, MMG5_int *list, int8_t improve) | 
Node relocation routines.
Definition in file movpt_2d.c.
| int MMG2D_movedgpt | ( | MMG5_pMesh | mesh, | 
| MMG5_pSol | met, | ||
| int | ilist, | ||
| MMG5_int * | list, | ||
| int8_t | improve | ||
| ) | 
| mesh | pointer to the mesh | 
| met | pointer to the metric structure. | 
| list | pointer to the ball of the point. | 
| ilist | size of the ball. | 
| improve | force the new minimum element quality to be greater or equal than 0.9 of the old minimum element quality. | 
Relocate boundary vertex whose ball is passed; routine works both in the isotropic and anisotropic case
Definition at line 53 of file movpt_2d.c.


| int MMG2D_movintpt | ( | MMG5_pMesh | mesh, | 
| MMG5_pSol | met, | ||
| int | ilist, | ||
| MMG5_int * | list, | ||
| int8_t | improve | ||
| ) | 
| mesh | pointer to the mesh | 
| met | pointer to the metric structure. | 
| list | pointer to the ball of the point. | 
| ilist | size of the ball. | 
| improve | force the new minimum element quality to be greater or equal than 0.9 of the old minimum element quality. | 
Relocate internal vertex whose ball is passed.
Definition at line 213 of file movpt_2d.c.

