Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
#include "mmgcommon_private.h"
Go to the source code of this file.
Functions | |
short | MMG5_dikmov (MMG5_pMesh mesh, MMG5_pSol disp, short *lastt, short shortmax, MMG5_int chkmovmesh(MMG5_pMesh, MMG5_pSol, short, MMG5_int *)) |
common functions for lagrangian meshing. | |
int | MMG5_saveDisp (MMG5_pMesh mesh, MMG5_pSol disp) |
short MMG5_dikmov | ( | MMG5_pMesh | mesh, |
MMG5_pSol | disp, | ||
short * | lastt, | ||
short | shortmax, | ||
MMG5_int | chkmovmeshMMG5_pMesh, MMG5_pSol, short, MMG5_int * | ||
) |
common functions for lagrangian meshing.
mesh | pointer to the mesh structure |
disp | pointer to the displacement field |
lastt | 0 if a movement is possible, pointer to the last tested fraction otherwise |
shortmax | maximal parameter t (MMG2D_SHORTMAX or MMG3D_SHORTMAX) |
chkmovmesh | function that has to be called to check motion validity |
Generic function to compute the the largest fraction t that makes the motion along disp valid.
Definition at line 49 of file mmg3.c.
int MMG5_saveDisp | ( | MMG5_pMesh | mesh, |
MMG5_pSol | disp | ||
) |