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 | |
LIBMMGS_EXPORT int(* | MMGS_doSol )(MMG5_pMesh mesh, MMG5_pSol met) =NULL |
Compute an isotropic size map according to the mean of the length of the edges passing through a vertex. | |
#define MMG_ASSIGN_NULL =NULL |
Definition at line 5 of file mmgsexterns.c.
#define MMG_EXTERN |
Definition at line 4 of file mmgsexterns.c.
LIBMMGS_EXPORT int(* MMGS_doSol) (MMG5_pMesh mesh, MMG5_pSol met) | ( | MMG5_pMesh | mesh, |
MMG5_pSol | met | ||
) | =NULL |
Compute an isotropic size map according to the mean of the length of the edges passing through a vertex.
mesh | pointer to the mesh structure |
met | pointer to the sol structure |
SUBROUTINE MMGS_DOSOL(mesh,met,retval)
MMG5_DATA_PTR_T, INTENT(INOUT) :: mesh,met
INTEGER, INTENT(OUT) :: retval
END SUBROUTINE
Definition at line 9 of file mmgsexterns.c.