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

Fortran API functions for MMGS library. More...

#include "libmmgs.h"
#include "mmgcommon_private.h"
Include dependency graph for libmmgsf.c:

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))
 

Detailed Description

Fortran API functions for MMGS 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 mmgs/libmmgs.h file for functions documentation.

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.

Function Documentation

◆ FORTRAN_NAME() [1/2]

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.

Here is the call graph for this function:

◆ FORTRAN_NAME() [2/2]

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.

Here is the call graph for this function: