|
mmgs
|
Functions to move a point in the mesh (with anisotropic metric). More...
#include "mmgs.h"
Functions | |
| int | movintpt_ani (MMG5_pMesh mesh, MMG5_pSol met, int *list, int ilist) |
| int | movridpt_ani (MMG5_pMesh mesh, MMG5_pSol met, int *list, int ilist) |
Functions to move a point in the mesh (with anisotropic metric).
| int movintpt_ani | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int * | list, | ||
| int | ilist | ||
| ) |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the metric structure. |
| list | ball of point. |
| ilist | size of the point ball. |
Compute movement of an internal point whose ball is passed.
Step 2 : Compute gradient towards optimal position = centre of mass of the ball, projected to tangent plane


| int movridpt_ani | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int * | list, | ||
| int | ilist | ||
| ) |

