Mmg
Simplicial remeshers (mesh adaptation, isovalue discretization, lagrangian movement)
|
Fortran API functions for MMGS library. More...
Go to the source code of this file.
Functions | |
FORTRAN_NAME (MMGS_MMGSLIB, mmgs_mmgslib,(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval),(mesh, met, retval)) | |
FORTRAN_NAME (MMGS_MMGSLS, mmgs_mmgsls,(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_pSol *met, int *retval),(mesh, sol, met, retval)) | |
Fortran API functions for MMGS library.
Define the private Fortran API functions for MMGS library (incompatible functions with the main binary): adds function definitions with upcase, underscore and double underscore to match any fortran compiler.
Definition in file libmmgsf.c.
FORTRAN_NAME | ( | MMGS_MMGSLIB | , |
mmgs_mmgslib | , | ||
(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval) | , | ||
(mesh, met, retval) | |||
) |
See MMGS_mmgslib function in mmgs/libmmgs.h file.
Definition at line 50 of file libmmgsf.c.
FORTRAN_NAME | ( | MMGS_MMGSLS | , |
mmgs_mmgsls | , | ||
(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_pSol *met, int *retval) | , | ||
(mesh, sol, met, retval) | |||
) |
See MMGS_mmgsls function in mmgs/libmmgs.h file.
Definition at line 62 of file libmmgsf.c.