Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Macros | Variables
mmgsexterns.c File Reference
#include "libmmgtypes.h"
#include "mmgs_export.h"
#include "mmgsexterns_private.h"
Include dependency graph for mmgsexterns.c:

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
 

Macro Definition Documentation

◆ MMG_ASSIGN_NULL

#define MMG_ASSIGN_NULL   =NULL

Definition at line 5 of file mmgsexterns.c.

◆ MMG_EXTERN

#define MMG_EXTERN

Definition at line 4 of file mmgsexterns.c.

Variable Documentation

◆ MMGS_doSol

LIBMMGS_EXPORT int(* MMGS_doSol) (MMG5_pMesh mesh, MMG5_pSol met) ( MMG5_pMesh  mesh,
MMG5_pSol  met 
) =NULL
Parameters
meshpointer toward the mesh structure
metpointer toward the sol structure
Returns
1 if success

Compute isotropic size map according to the mean of the length of the edges passing through a point.

Remarks
Fortran interface:

‍ 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.