|
mmg2d
|
Mesh generation functions. More...
#include "mmg2d.h"
Functions | |
| int | MMG2D_removeBBtriangles (MMG5_pMesh mesh) |
| int | MMG2D_settagtriangles (MMG5_pMesh mesh, MMG5_pSol sol) |
| int | MMG2D_findtrianglestate (MMG5_pMesh mesh, int k, int ip1, int ip2, int ip3, int ip4, int base) |
| int | MMG2D_insertpointdelone (MMG5_pMesh mesh, MMG5_pSol sol) |
| int | MMG2D_markSD (MMG5_pMesh mesh) |
| int | MMG2D_mmg2d2 (MMG5_pMesh mesh, MMG5_pSol sol) |
Mesh generation functions.
| int MMG2D_findtrianglestate | ( | MMG5_pMesh | mesh, |
| int | k, | ||
| int | ip1, | ||
| int | ip2, | ||
| int | ip3, | ||
| int | ip4, | ||
| int | base | ||
| ) |

| int MMG2D_insertpointdelone | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | sol | ||
| ) |
| mesh | pointer toward the mesh structure |
| sol | pointer toward the solution structure |
Insertion of the list of points inside the mesh (Vertices mesh->np - 3, 2, 1, 0 are the vertices of the BB and have already been inserted)


| int MMG2D_markSD | ( | MMG5_pMesh | mesh | ) |
| mesh | pointer toward the mesh structure. |
Put different references on different subdomains


| int MMG2D_mmg2d2 | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | sol | ||
| ) |
| mesh | pointer toward the mesh structure. |
| sol | pointer toward the sol structure. |
Mesh triangulation.


| int MMG2D_removeBBtriangles | ( | MMG5_pMesh | mesh | ) |
| mesh | pointer toward the mesh structure. |
Remove the bounding box triangles.


| int MMG2D_settagtriangles | ( | MMG5_pMesh | mesh, |
| MMG5_pSol | sol | ||
| ) |

