|
mmg2d
|
Mesh adaptation functions. More...
#include "mmg2d.h"
Functions | |
| int | _MMG2_anatri (MMG5_pMesh mesh, MMG5_pSol met, char typchk) |
| int | _MMG2_anaelt (MMG5_pMesh mesh, MMG5_pSol met, int typchk) |
| int | _MMG2_dichoto (MMG5_pMesh mesh, MMG5_pSol met, int k, int *vx) |
| int | _MMG2_colelt (MMG5_pMesh mesh, MMG5_pSol met, int typchk) |
| int | _MMG2_swpmsh (MMG5_pMesh mesh, MMG5_pSol met, int typchk) |
| int | _MMG2_adptri (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG2_adpspl (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG2_adpcol (MMG5_pMesh mesh, MMG5_pSol met) |
| int | _MMG2_movtri (MMG5_pMesh mesh, MMG5_pSol met, int maxit, char improve) |
| int | MMG2_mmg2d1n (MMG5_pMesh mesh, MMG5_pSol met) |
Mesh adaptation functions.
| int _MMG2_adpcol | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |


| int _MMG2_adpspl | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the metric structure. |
Analysis and splitting routine for edges in the final step of the algorithm; edges are only splitted on a one-by-one basis


| int _MMG2_adptri | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |


| int _MMG2_anaelt | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | typchk | ||
| ) |


| int _MMG2_anatri | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| char | typchk | ||
| ) |


| int _MMG2_colelt | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | typchk | ||
| ) |


| int _MMG2_dichoto | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | k, | ||
| int * | vx | ||
| ) |
| mesh | pointer toward the mesh structure. |
| met | pointer toward the metric structure. |
| k | element index. |
| vx | pointer toward table of edges to split. |
Find acceptable position for splitting.


| int _MMG2_movtri | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | maxit, | ||
| char | improve | ||
| ) |


| int _MMG2_swpmsh | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met, | ||
| int | typchk | ||
| ) |


| int MMG2_mmg2d1n | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | met | ||
| ) |
| mesh | pointer toward the mesh structure. |
| sol | pointer toward the sol structure. |
Mesh adaptation – new version of mmg2d1.c

