Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
Functions
libmmg3df.c File Reference

Fortran API functions for MMG3D library. More...

#include "libmmg3d.h"
#include "mmgcommon_private.h"
Include dependency graph for libmmg3df.c:

Go to the source code of this file.

Functions

 FORTRAN_NAME (MMG3D_MMG3DLIB, mmg3d_mmg3dlib,(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval),(mesh, met, retval))
 
 FORTRAN_NAME (MMG3D_MMG3DLS, mmg3d_mmg3dls,(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_pSol *met, int *retval),(mesh, sol, met, retval))
 
 FORTRAN_NAME (MMG3D_MMG3DMOV, mmg3d_mmg3dmov,(MMG5_pMesh *mesh, MMG5_pSol *met, MMG5_pSol *disp, int *retval),(mesh, met, disp, retval))
 

Detailed Description

Fortran API functions for MMG3D library.

Author
Charles Dapogny (UPMC)
Cécile Dobrzynski (Bx INP/Inria/UBordeaux)
Pascal Frey (UPMC)
Algiane Froehly (Inria/UBordeaux)
Version
5
Date
01 2014
Note
Please, refer to the mmg3d/libmmg3d.h file for functions documentation.

Define the private Fortran API functions for MMG3D library (incompatible functions with the main binary): adds function definitions with upcase, underscore and double underscore to match any fortran compiler.

Definition in file libmmg3df.c.

Function Documentation

◆ FORTRAN_NAME() [1/3]

FORTRAN_NAME ( MMG3D_MMG3DLIB  ,
mmg3d_mmg3dlib  ,
(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval ,
(mesh, met, retval  
)

See MMG3D_mmg3dlib function in mmg3d/libmmg3d.h file.

Definition at line 50 of file libmmg3df.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [2/3]

FORTRAN_NAME ( MMG3D_MMG3DLS  ,
mmg3d_mmg3dls  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_pSol *met, int *retval ,
(mesh, sol, met, retval  
)

See MMG3D_mmg3dls function in mmg3d/libmmg3d.h file.

Definition at line 62 of file libmmg3df.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [3/3]

FORTRAN_NAME ( MMG3D_MMG3DMOV  ,
mmg3d_mmg3dmov  ,
(MMG5_pMesh *mesh, MMG5_pSol *met,MMG5_pSol *disp, int *retval ,
(mesh, met, disp, retval  
)

See MMG3D_mmg3dmov function in mmg3d/libmmg3d.h file.

Definition at line 78 of file libmmg3df.c.

Here is the call graph for this function: