Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Go to the source code of this file.
Macros | |
#define | MMG_EXTERN |
#define | MMG_ASSIGN_NULL =NULL |
Variables | |
LIBMMG2D_EXPORT int(* | MMG2D_doSol )(MMG5_pMesh, MMG5_pSol) =NULL |
Compute unit tensor according to the lengths of the edges passing through a vertex. | |
#define MMG_ASSIGN_NULL =NULL |
Definition at line 5 of file mmg2dexterns.c.
#define MMG_EXTERN |
Definition at line 4 of file mmg2dexterns.c.
LIBMMG2D_EXPORT int(* MMG2D_doSol) (MMG5_pMesh,MMG5_pSol) | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met | ||
) | =NULL |
Compute unit tensor according to the lengths of the edges passing through a vertex.
mesh | pointer to the mesh structure |
met | pointer to the sol structure |
SUBROUTINE MMG2D_DOSOL(mesh,met,retval)
MMG5_DATA_PTR_T, INTENT(INOUT) :: mesh,met
INTEGER, INTENT(OUT) :: retval
END SUBROUTINE
Definition at line 9 of file mmg2dexterns.c.