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

Fortran API functions for MMG2D library. More...

#include "libmmg2d.h"
#include "libmmg2d_private.h"
Include dependency graph for API_functionsf_2d.c:

Go to the source code of this file.

Functions

 FORTRAN_VARIADIC (MMG2D_INIT_MESH, mmg2d_init_mesh,(const int starter,...), va_list argptr;int ier;va_start(argptr, starter);ier=MMG2D_Init_mesh_var(argptr);va_end(argptr);if(!ier) exit(EXIT_FAILURE);return;) FORTRAN_NAME(MMG2D_INIT_FILENAMES
 
 FORTRAN_NAME (MMG2D_INIT_PARAMETERS, mmg2d_init_parameters,(MMG5_pMesh *mesh),(mesh))
 
 FORTRAN_NAME (MMG2D_SET_INPUTMESHNAME, mmg2d_set_inputmeshname,(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval),(mesh, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SET_INPUTSOLNAME, mmg2d_set_inputsolname,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *solin, int *strlen0, int *retval),(mesh, sol, solin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SET_OUTPUTMESHNAME, mmg2d_set_outputmeshname,(MMG5_pMesh *mesh, char *meshout, int *strlen0, int *retval),(mesh, meshout, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SET_OUTPUTSOLNAME, mmg2d_set_outputsolname,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *solout, int *strlen0, int *retval),(mesh, sol, solout, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SET_IPARAMETER, mmg2d_set_iparameter,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *iparam, MMG5_int *val, int *retval),(mesh, sol, iparam, val, retval))
 
 FORTRAN_NAME (MMG2D_SET_DPARAMETER, mmg2d_set_dparameter,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *dparam, double *val, int *retval),(mesh, sol, dparam, val, retval))
 
 FORTRAN_NAME (MMG2D_SET_LOCALPARAMETER, mmg2d_set_localparameter,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typ, MMG5_int *ref, double *hmin, double *hmax, double *hausd, int *retval),(mesh, sol, typ, ref, hmin, hmax, hausd, retval))
 
 FORTRAN_NAME (MMG2D_SET_MULTIMAT, mmg2d_set_multimat,(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_int *ref, int *split, MMG5_int *rin, MMG5_int *rex, int *retval),(mesh, sol, ref, split, rin, rex, retval))
 
 FORTRAN_NAME (MMG2D_SET_LSBASEREFERENCE, mmg2d_set_lsbasereference,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *br, int *retval),(mesh, sol, br, retval))
 
 FORTRAN_NAME (MMG2D_SET_MESHSIZE, mmg2d_set_meshsize,(MMG5_pMesh *mesh, MMG5_int *np, MMG5_int *nt, MMG5_int *nquad, MMG5_int *na, int *retval),(mesh, np, nt, nquad, na, retval))
 
 FORTRAN_NAME (MMG2D_SET_SOLSIZE, mmg2d_set_solsize,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typEntity, MMG5_int *np, int *typSol, int *retval),(mesh, sol, typEntity, np, typSol, retval))
 
 FORTRAN_NAME (MMG2D_SET_SOLSATVERTICESSIZE, mmg2d_set_solsatverticessize,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *nsols, MMG5_int *nentities, int *typSol, int *retval),(mesh, sol, nsols, nentities, typSol, retval))
 
 FORTRAN_NAME (MMG2D_GET_SOLSIZE, mmg2d_get_solsize,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typEntity, MMG5_int *np, int *typSol, int *retval),(mesh, sol, typEntity, np, typSol, retval))
 
 FORTRAN_NAME (MMG2D_GET_SOLSATVERTICESSIZE, mmg2d_get_solsatverticessize,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *nsols, MMG5_int *nentities, int *typSol, int *retval),(mesh, sol, nsols, nentities, typSol, retval))
 
 FORTRAN_NAME (MMG2D_SET_VERTEX, mmg2d_set_vertex,(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, MMG5_int *pos, int *retval),(mesh, c0, c1, ref, pos, retval))
 
 FORTRAN_NAME (MMG2D_SET_CORNER, mmg2d_set_corner,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_UNSET_CORNER, mmg2d_unset_corner,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_SET_REQUIREDVERTEX, mmg2d_set_requiredvertex,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_UNSET_REQUIREDVERTEX, mmg2d_unset_requiredvertex,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_GET_VERTEX, mmg2d_get_vertex,(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, int *isCorner, int *isRequired, int *retval),(mesh, c0, c1, ref, isCorner, isRequired, retval))
 
 FORTRAN_NAME (MMG2D_GETBYIDX_VERTEX, mmg2d_getbyidx_vertex,(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, int *isCorner, int *isRequired, MMG5_int *idx, int *retval),(mesh, c0, c1, ref, isCorner, isRequired, idx, retval))
 
 FORTRAN_NAME (MMG2D_SET_VERTICES, mmg2d_set_vertices,(MMG5_pMesh *mesh, double *vertices, MMG5_int *refs, int *retval),(mesh, vertices, refs, retval))
 
 FORTRAN_NAME (MMG2D_GET_VERTICES, mmg2d_get_vertices,(MMG5_pMesh *mesh, double *vertices, MMG5_int *refs, int *areCorners, int *areRequired, int *retval),(mesh, vertices, refs, areCorners, areRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_TRIANGLE, mmg2d_set_triangle,(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *ref, MMG5_int *pos, int *retval),(mesh, v0, v1, v2, ref, pos, retval))
 
 FORTRAN_NAME (MMG2D_SET_REQUIREDTRIANGLE, mmg2d_set_requiredtriangle,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_UNSET_REQUIREDTRIANGLE, mmg2d_unset_requiredtriangle,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_GET_TRIANGLE, mmg2d_get_triangle,(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *ref, int *isRequired, int *retval),(mesh, v0, v1, v2, ref, isRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_TRIANGLES, mmg2d_set_triangles,(MMG5_pMesh *mesh, MMG5_int *tria, MMG5_int *refs, int *retval),(mesh, tria, refs, retval))
 
 FORTRAN_NAME (MMG2D_GET_TRIANGLES, mmg2d_get_triangles,(MMG5_pMesh *mesh, MMG5_int *tria, MMG5_int *refs, int *areRequired, int *retval),(mesh, tria, refs, areRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_QUADRILATERAL, mmg2d_set_quadrilateral,(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *v3, MMG5_int *ref, MMG5_int *pos, int *retval),(mesh, v0, v1, v2, v3, ref, pos, retval))
 
 FORTRAN_NAME (MMG2D_GET_QUADRILATERAL, mmg2d_get_quadrilateral,(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *v3, MMG5_int *ref, int *isRequired, int *retval),(mesh, v0, v1, v2, v3, ref, isRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_QUADRILATERALS, mmg2d_set_quadrilaterals,(MMG5_pMesh *mesh, MMG5_int *quadra, MMG5_int *refs, int *retval),(mesh, quadra, refs, retval))
 
 FORTRAN_NAME (MMG2D_GET_QUADRILATERALS, mmg2d_get_quadrilaterals,(MMG5_pMesh *mesh, MMG5_int *quadra, MMG5_int *refs, int *areRequired, int *retval),(mesh, quadra, refs, areRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_EDGE, mmg2d_set_edge,(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *ref, MMG5_int *pos, int *retval),(mesh, v0, v1, ref, pos, retval))
 
 FORTRAN_NAME (MMG2D_SET_REQUIREDEDGE, mmg2d_set_requirededge,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_UNSET_REQUIREDEDGE, mmg2d_unset_requirededge,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_SET_PARALLELEDGE, mmg2d_set_paralleledge,(MMG5_pMesh *mesh, MMG5_int *k, int *retval),(mesh, k, retval))
 
 FORTRAN_NAME (MMG2D_GET_EDGE, mmg2d_get_edge,(MMG5_pMesh *mesh, MMG5_int *e0, MMG5_int *e1, MMG5_int *ref, int *isRidge, int *isRequired, int *retval),(mesh, e0, e1, ref, isRidge, isRequired, retval))
 
 FORTRAN_NAME (MMG2D_SET_EDGES, mmg2d_set_edges,(MMG5_pMesh *mesh, MMG5_int *edges, MMG5_int *refs, int *retval),(mesh, edges, refs, retval))
 
 FORTRAN_NAME (MMG2D_GET_EDGES, mmg2d_get_edges,(MMG5_pMesh *mesh, MMG5_int *edges, MMG5_int *refs, int *areRidges, int *areRequired, int *retval),(mesh, edges, refs, areRidges, areRequired, retval))
 
 FORTRAN_NAME (MMG2D_GET_TRIANGLEQUALITY, mmg2d_get_trianglequality,(MMG5_pMesh *mesh, MMG5_pSol *met, MMG5_int *k, double *retval),(mesh, met, k, retval))
 
 FORTRAN_NAME (MMG2D_GET_MESHSIZE, mmg2d_get_meshsize,(MMG5_pMesh *mesh, MMG5_int *np, MMG5_int *nt, MMG5_int *nquad, MMG5_int *na, int *retval),(mesh, np, nt, nquad, na, retval))
 
 FORTRAN_NAME (MMG2D_SET_SCALARSOL, mmg2d_set_scalarsol,(MMG5_pSol *met, double *s, MMG5_int *pos, int *retval),(met, s, pos, retval))
 
 FORTRAN_NAME (MMG2D_GET_SCALARSOL, mmg2d_get_scalarsol,(MMG5_pSol *met, double *s, int *retval),(met, s, retval))
 
 FORTRAN_NAME (MMG2D_SET_SCALARSOLS, mmg2d_set_scalarsols,(MMG5_pSol *met, double *s, int *retval),(met, s, retval))
 
 FORTRAN_NAME (MMG2D_GET_SCALARSOLS, mmg2d_get_scalarsols,(MMG5_pSol *met, double *s, int *retval),(met, s, retval))
 
 FORTRAN_NAME (MMG2D_SET_VECTORSOL, mmg2d_set_vectorsol,(MMG5_pSol *met, double *vx, double *vy, MMG5_int *pos, int *retval),(met, vx, vy, pos, retval))
 
 FORTRAN_NAME (MMG2D_GET_VECTORSOL, mmg2d_get_vectorsol,(MMG5_pSol *met, double *vx, double *vy, int *retval),(met, vx, vy, retval))
 
 FORTRAN_NAME (MMG2D_SET_VECTORSOLS, mmg2d_set_vectorsols,(MMG5_pSol *met, double *sols, int *retval),(met, sols, retval))
 
 FORTRAN_NAME (MMG2D_GET_VECTORSOLS, mmg2d_get_vectorsols,(MMG5_pSol *met, double *sols, int *retval),(met, sols, retval))
 
 FORTRAN_NAME (MMG2D_SET_TENSORSOL, mmg2d_set_tensorsol,(MMG5_pSol *met, double *m11, double *m12, double *m22, MMG5_int *pos, int *retval),(met, m11, m12, m22, pos, retval))
 
 FORTRAN_NAME (MMG2D_GET_TENSORSOL, mmg2d_get_tensorsol,(MMG5_pSol *met, double *m11, double *m12, double *m22, int *retval),(met, m11, m12, m22, retval))
 
 FORTRAN_NAME (MMG2D_SET_TENSORSOLS, mmg2d_set_tensorsols,(MMG5_pSol *met, double *sols, int *retval),(met, sols, retval))
 
 FORTRAN_NAME (MMG2D_GET_TENSORSOLS, mmg2d_get_tensorsols,(MMG5_pSol *met, double *sols, int *retval),(met, sols, retval))
 
 FORTRAN_NAME (MMG2D_SET_ITHSOL_INSOLSATVERTICES, mmg2d_set_ithsol_insolsatvertices,(MMG5_pSol *sol, MMG5_int *i, double *s, MMG5_int *pos, int *retval),(sol, i, s, pos, retval))
 
 FORTRAN_NAME (MMG2D_GET_ITHSOL_INSOLSATVERTICES, mmg2d_get_ithsol_insolsatvertices,(MMG5_pSol *sol, MMG5_int *i, double *s, MMG5_int *pos, int *retval),(sol, i, s, pos, retval))
 
 FORTRAN_NAME (MMG2D_SET_ITHSOLS_INSOLSATVERTICES, mmg2d_set_ithsols_insolsatvertices,(MMG5_pSol *sol, MMG5_int *i, double *s, int *retval),(sol, i, s, retval))
 
 FORTRAN_NAME (MMG2D_GET_ITHSOLS_INSOLSATVERTICES, mmg2d_get_ithsols_insolsatvertices,(MMG5_pSol *sol, MMG5_int *i, double *s, int *retval),(sol, i, s, retval))
 
 FORTRAN_NAME (MMG2D_CHK_MESHDATA, mmg2d_chk_meshdata,(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval),(mesh, met, retval))
 
 FORTRAN_NAME (MMG2D_FREE_ALLSOLS, mmg2d_free_allsols,(MMG5_pMesh *mesh, MMG5_pSol *sol, int *retval),(mesh, sol, retval))
 
 FORTRAN_VARIADIC (MMG2D_FREE_ALL, mmg2d_free_all,(const int starter,...), va_list argptr;int ier;va_start(argptr, starter);ier=MMG2D_Free_all_var(argptr);va_end(argptr);if(!ier) exit(EXIT_FAILURE);return;) FORTRAN_VARIADIC(MMG2D_FREE_STRUCTURES
 
 va_start (argptr, starter)
 
 va_end (argptr)
 
 if (!ier) exit(EXIT_FAILURE)
 
 FORTRAN_VARIADIC (MMG2D_FREE_NAMES, mmg2d_free_names,(const int starter,...), va_list argptr;int ier;va_start(argptr, starter);ier=MMG2D_Free_names_var(argptr);va_end(argptr);if(!ier) exit(EXIT_FAILURE);return;) FORTRAN_NAME(MMG2D_LOADMESH
 
 MMG5_SAFE_MALLOC (tmp, *strlen0+1, char, return)
 
 strncpy (tmp, meshin, *strlen0)
 
 MMG5_SAFE_FREE (tmp)
 
 FORTRAN_NAME (MMG2D_LOADVTKMESH, mmg2d_loadvtkmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADVTKMESH_AND_ALLDATA, mmg2d_loadvtkmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADVTPMESH, mmg2d_loadvtpmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADVTPMESH_AND_ALLDATA, mmg2d_loadvtpmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADVTUMESH, mmg2d_loadvtumesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADVTUMESH_AND_ALLDATA, mmg2d_loadvtumesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADMSHMESH, mmg2d_loadmshmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADGENERICMESH, mmg2d_loadgenericmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADMSHMESH_AND_ALLDATA, mmg2d_loadmshmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEMESH, mmg2d_savemesh,(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval),(mesh, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTKMESH, mmg2d_savevtkmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTKMESH_AND_ALLDATA, mmg2d_savevtkmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTUMESH, mmg2d_savevtumesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTUMESH_AND_ALLDATA, mmg2d_savevtumesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTPMESH, mmg2d_savevtpmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEVTPMESH_AND_ALLDATA, mmg2d_savevtpmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEMSHMESH, mmg2d_savemshmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEMSHMESH_AND_ALLDATA, mmg2d_savemshmesh_and_alldata,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVETETGENMESH, mmg2d_savetetgenmesh,(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval),(mesh, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEGENERICMESH, mmg2d_savegenericmesh,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval),(mesh, sol, filename, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADSOL, mmg2d_loadsol,(MMG5_pMesh *mesh, MMG5_pSol *met, char *meshin, int *strlen0, int *retval),(mesh, met, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_LOADALLSOLS, mmg2d_loadallsols,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *meshin, int *strlen0, int *retval),(mesh, sol, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVESOL, mmg2d_savesol,(MMG5_pMesh *mesh, MMG5_pSol *met, char *meshin, int *strlen0, int *retval),(mesh, met, meshin, strlen0, retval))
 
 FORTRAN_NAME (MMG2D_SAVEALLSOLS, mmg2d_saveallsols,(MMG5_pMesh *mesh, MMG5_pSol *sol, char *meshin, int *strlen0, int *retval),(mesh, sol, meshin, strlen0, retval))
 

Variables

 mmg2d_init_filenames
 
MMG5_pMeshmesh
 
MMG5_pMesh MMG5_pSolsol
 
 return
 
 mmg2d_free_structures
 
const int starter
 
const int va_list argptr
 
int ier = MMG2D_Free_structures_var(argptr)
 
 mmg2d_loadmesh
 
MMG5_pMesh char * meshin
 
MMG5_pMesh char int * strlen0
 
MMG5_pMesh char int int * retval
 
 tmp [*strlen0] = '\0'
 

Detailed Description

Fortran API functions for MMG2D library.

Author
Cecile Dobrzynski (Bx INP/Inria/UBordeaux)
Version
5
Date
07 2015
Note
Please, refer to the mmg2d/liblibmmg2d_private.h file for functions documentation.

Define the Fortran API functions for MMG2D library: adds function definitions with upcase, underscore and double underscore to match any fortran compiler.

Definition in file API_functionsf_2d.c.

Function Documentation

◆ FORTRAN_NAME() [1/85]

FORTRAN_NAME ( MMG2D_CHK_MESHDATA  ,
mmg2d_chk_meshdata  ,
(MMG5_pMesh *mesh, MMG5_pSol *met, int *retval ,
(mesh, met, retval  
)

See MMG2D_Chk_meshData function in mmg2d/libmmg2d.h file.

Definition at line 698 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [2/85]

FORTRAN_NAME ( MMG2D_FREE_ALLSOLS  ,
mmg2d_free_allsols  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *retval ,
(mesh, sol, retval  
)

See MMG2D_Free_allSols function in mmg2d/libmmg2d.h file.

Definition at line 708 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [3/85]

FORTRAN_NAME ( MMG2D_GET_EDGE  ,
mmg2d_get_edge  ,
(MMG5_pMesh *mesh, MMG5_int *e0, MMG5_int *e1, MMG5_int *ref,int *isRidge, int *isRequired, int *retval ,
(mesh, e0, e1, ref, isRidge, isRequired, retval  
)

See MMG2D_Get_edge function in mmg2d/libmmg2d.h file.

Definition at line 490 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [4/85]

FORTRAN_NAME ( MMG2D_GET_EDGES  ,
mmg2d_get_edges  ,
(MMG5_pMesh *mesh, MMG5_int *edges, MMG5_int *refs, int *areRidges, int *areRequired, int *retval ,
(mesh, edges, refs, areRidges, areRequired, retval  
)

See MMG2D_Get_edges function in mmg2d/libmmg2d.h file.

Definition at line 509 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [5/85]

FORTRAN_NAME ( MMG2D_GET_ITHSOL_INSOLSATVERTICES  ,
mmg2d_get_ithsol_insolsatvertices  ,
(MMG5_pSol *sol, MMG5_int *i, double *s, MMG5_int *pos, int *retval ,
(sol, i, s, pos, retval  
)

See MMG2D_Get_ithSol_inSolsAtVertices function in mmg2d/libmmg2d.h file.

Definition at line 667 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [6/85]

FORTRAN_NAME ( MMG2D_GET_ITHSOLS_INSOLSATVERTICES  ,
mmg2d_get_ithsols_insolsatvertices  ,
(MMG5_pSol *sol, MMG5_int *i, double *s, int *retval ,
(sol, i, s, retval  
)

See MMG2D_Get_ithSols_inSolsAtVertices function in mmg2d/libmmg2d.h file.

Definition at line 688 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [7/85]

FORTRAN_NAME ( MMG2D_GET_MESHSIZE  ,
mmg2d_get_meshsize  ,
(MMG5_pMesh *mesh, MMG5_int *np, MMG5_int *nt, MMG5_int *nquad, MMG5_int *na, int *retval ,
(mesh, np, nt, nquad, na, retval  
)

See MMG2D_Get_meshSize function in mmg2d/libmmg2d.h file.

Definition at line 530 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [8/85]

FORTRAN_NAME ( MMG2D_GET_QUADRILATERAL  ,
mmg2d_get_quadrilateral  ,
(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *v3, MMG5_int *ref,int *isRequired, int *retval ,
(mesh, v0, v1, v2, v3, ref, isRequired, retval  
)

See MMG2D_Get_quadrilateral function in mmg2d/libmmg2d.h file.

Definition at line 421 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [9/85]

FORTRAN_NAME ( MMG2D_GET_QUADRILATERALS  ,
mmg2d_get_quadrilaterals  ,
(MMG5_pMesh *mesh, MMG5_int *quadra, MMG5_int *refs, int *areRequired, int *retval ,
(mesh, quadra, refs, areRequired, retval  
)

See MMG2D_Get_quadrilaterals function in mmg2d/libmmg2d.h file.

Definition at line 442 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [10/85]

FORTRAN_NAME ( MMG2D_GET_SCALARSOL  ,
mmg2d_get_scalarsol  ,
(MMG5_pSol *met, double *s, int *retval ,
(met, s, retval  
)

See MMG2D_Get_scalarSol function in mmg2d/libmmg2d.h file.

Definition at line 549 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [11/85]

FORTRAN_NAME ( MMG2D_GET_SCALARSOLS  ,
mmg2d_get_scalarsols  ,
(MMG5_pSol *met, double *s, int *retval ,
(met, s, retval  
)

See MMG2D_Get_scalarSols function in mmg2d/libmmg2d.h file.

Definition at line 568 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [12/85]

FORTRAN_NAME ( MMG2D_GET_SOLSATVERTICESSIZE  ,
mmg2d_get_solsatverticessize  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *nsols, MMG5_int *nentities, int *typSol, int *retval ,
(mesh, sol, nsols, nentities, typSol, retval  
)

See MMG2D_Get_solsAtVerticesSize function in mmg2d/libmmg2d.h file.

Definition at line 245 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [13/85]

FORTRAN_NAME ( MMG2D_GET_SOLSIZE  ,
mmg2d_get_solsize  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typEntity, MMG5_int *np, int *typSol, int *retval ,
(mesh, sol, typEntity, np, typSol, retval  
)

See MMG2D_Get_solSize function in mmg2d/libmmg2d.h file.

Definition at line 234 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [14/85]

FORTRAN_NAME ( MMG2D_GET_TENSORSOL  ,
mmg2d_get_tensorsol  ,
(MMG5_pSol *met, double *m11, double *m12, double *m22, int *retval ,
(met, m11, m12, m22, retval  
)

See MMG2D_Get_tensorSol function in mmg2d/libmmg2d.h file.

Definition at line 628 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [15/85]

FORTRAN_NAME ( MMG2D_GET_TENSORSOLS  ,
mmg2d_get_tensorsols  ,
(MMG5_pSol *met, double *sols, int *retval ,
(met, sols, retval  
)

See MMG2D_Get_tensorSol function in mmg2d/libmmg2d.h file.

Definition at line 648 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [16/85]

FORTRAN_NAME ( MMG2D_GET_TRIANGLE  ,
mmg2d_get_triangle  ,
(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *ref,int *isRequired, int *retval ,
(mesh, v0, v1, v2, ref, isRequired, retval  
)

See MMG2D_Get_triangle function in mmg2d/libmmg2d.h file.

Definition at line 379 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [17/85]

FORTRAN_NAME ( MMG2D_GET_TRIANGLEQUALITY  ,
mmg2d_get_trianglequality  ,
(MMG5_pMesh *mesh, MMG5_pSol *met, MMG5_int *k, double *retval ,
(mesh, met, k, retval  
)

See MMG2D_Get_triangleQuality function in mmg2d/libmmg2d.h file.

Definition at line 520 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [18/85]

FORTRAN_NAME ( MMG2D_GET_TRIANGLES  ,
mmg2d_get_triangles  ,
(MMG5_pMesh *mesh, MMG5_int *tria, MMG5_int *refs, int *areRequired, int *retval ,
(mesh, tria, refs, areRequired, retval  
)

See MMG2D_Get_triangles function in mmg2d/libmmg2d.h file.

Definition at line 400 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [19/85]

FORTRAN_NAME ( MMG2D_GET_VECTORSOL  ,
mmg2d_get_vectorsol  ,
(MMG5_pSol *met, double *vx, double *vy, int *retval ,
(met, vx, vy, retval  
)

See MMG2D_Get_vectorSol function in mmg2d/libmmg2d.h file.

Definition at line 589 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [20/85]

FORTRAN_NAME ( MMG2D_GET_VECTORSOLS  ,
mmg2d_get_vectorsols  ,
(MMG5_pSol *met, double *sols, int *retval ,
(met, sols, retval  
)

See MMG2D_Get_vectorSols function in mmg2d/libmmg2d.h file.

Definition at line 608 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [21/85]

FORTRAN_NAME ( MMG2D_GET_VERTEX  ,
mmg2d_get_vertex  ,
(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, int *isCorner, int *isRequired, int *retval ,
(mesh, c0, c1, ref, isCorner, isRequired, retval  
)

See MMG2D_Get_vertex function in mmg2d/libmmg2d.h file.

Definition at line 305 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [22/85]

FORTRAN_NAME ( MMG2D_GET_VERTICES  ,
mmg2d_get_vertices  ,
(MMG5_pMesh *mesh, double *vertices, MMG5_int *refs, int *areCorners, int *areRequired, int *retval ,
(mesh, vertices, refs, areCorners, areRequired, retval  
)

See MMG2D_Get_vertices function in mmg2d/libmmg2d.h file.

Definition at line 338 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [23/85]

FORTRAN_NAME ( MMG2D_GETBYIDX_VERTEX  ,
mmg2d_getbyidx_vertex  ,
(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, int *isCorner, int *isRequired, MMG5_int *idx, int *retval ,
(mesh, c0, c1, ref, isCorner, isRequired, idx, retval  
)

See MMG2D_GetByIdx_vertex function in mmg2d/libmmg2d.h file.

Definition at line 315 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [24/85]

FORTRAN_NAME ( MMG2D_INIT_PARAMETERS  ,
mmg2d_init_parameters  ,
(MMG5_pMesh *mesh ,
(mesh  
)

See MMG2D_Init_parameters function in mmg2d/libmmg2d.h file.

Definition at line 74 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [25/85]

FORTRAN_NAME ( MMG2D_LOADALLSOLS  ,
mmg2d_loadallsols  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *meshin, int *strlen0, int *retval ,
(mesh, sol, meshin, strlen0, retval  
)

See MMG2D_loadAllSols function in mmg2d/libmmg2d.h file.

Definition at line 1186 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [26/85]

FORTRAN_NAME ( MMG2D_LOADGENERICMESH  ,
mmg2d_loadgenericmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadGenericMesh function in mmg2d/libmmg2d.h file.

Definition at line 923 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [27/85]

FORTRAN_NAME ( MMG2D_LOADMSHMESH  ,
mmg2d_loadmshmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadMshMesh function in mmg2d/libmmg2d.h file.

Definition at line 904 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [28/85]

FORTRAN_NAME ( MMG2D_LOADMSHMESH_AND_ALLDATA  ,
mmg2d_loadmshmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadMshMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 942 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [29/85]

FORTRAN_NAME ( MMG2D_LOADSOL  ,
mmg2d_loadsol  ,
(MMG5_pMesh *mesh, MMG5_pSol *met, char *meshin, int *strlen0, int *retval ,
(mesh, met, meshin, strlen0, retval  
)

See MMG2D_loadSol function in mmg2d/libmmg2d.h file.

Definition at line 1168 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [30/85]

FORTRAN_NAME ( MMG2D_LOADVTKMESH  ,
mmg2d_loadvtkmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadVtkMesh function in mmg2d/libmmg2d.h file.

Definition at line 795 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [31/85]

FORTRAN_NAME ( MMG2D_LOADVTKMESH_AND_ALLDATA  ,
mmg2d_loadvtkmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadvtkMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 813 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [32/85]

FORTRAN_NAME ( MMG2D_LOADVTPMESH  ,
mmg2d_loadvtpmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadVtpMesh function in mmg2d/libmmg2d.h file.

Definition at line 831 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [33/85]

FORTRAN_NAME ( MMG2D_LOADVTPMESH_AND_ALLDATA  ,
mmg2d_loadvtpmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadvtpMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 849 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [34/85]

FORTRAN_NAME ( MMG2D_LOADVTUMESH  ,
mmg2d_loadvtumesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadVtuMesh function in mmg2d/libmmg2d.h file.

Definition at line 867 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [35/85]

FORTRAN_NAME ( MMG2D_LOADVTUMESH_AND_ALLDATA  ,
mmg2d_loadvtumesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_loadVtuMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 885 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [36/85]

FORTRAN_NAME ( MMG2D_SAVEALLSOLS  ,
mmg2d_saveallsols  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *meshin, int *strlen0, int *retval ,
(mesh, sol, meshin, strlen0, retval  
)

See MMG2D_saveSol function in mmg2d/libmmg2d.h file.

Definition at line 1223 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [37/85]

FORTRAN_NAME ( MMG2D_SAVEGENERICMESH  ,
mmg2d_savegenericmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveGenericMesh function in mmg2d/libmmg2d.h file.

Definition at line 1149 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [38/85]

FORTRAN_NAME ( MMG2D_SAVEMESH  ,
mmg2d_savemesh  ,
(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval ,
(mesh, meshin, strlen0, retval  
)

See MMG2D_saveMesh function in mmg2d/libmmg2d.h file.

Definition at line 961 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [39/85]

FORTRAN_NAME ( MMG2D_SAVEMSHMESH  ,
mmg2d_savemshmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveMshMesh function in mmg2d/libmmg2d.h file.

Definition at line 1093 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [40/85]

FORTRAN_NAME ( MMG2D_SAVEMSHMESH_AND_ALLDATA  ,
mmg2d_savemshmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveMshMesh function in mmg2d/libmmg2d.h file.

Definition at line 1113 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [41/85]

FORTRAN_NAME ( MMG2D_SAVESOL  ,
mmg2d_savesol  ,
(MMG5_pMesh *mesh, MMG5_pSol *met, char *meshin, int *strlen0, int *retval ,
(mesh, met, meshin, strlen0, retval  
)

See MMG2D_saveSol function in mmg2d/libmmg2d.h file.

Definition at line 1205 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [42/85]

FORTRAN_NAME ( MMG2D_SAVETETGENMESH  ,
mmg2d_savetetgenmesh  ,
(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval ,
(mesh, meshin, strlen0, retval  
)

See MMG2D_saveTetgenMesh function in mmg2d/libmmg2d.h file.

Definition at line 1133 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [43/85]

FORTRAN_NAME ( MMG2D_SAVEVTKMESH  ,
mmg2d_savevtkmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtkMesh function in mmg2d/libmmg2d.h file.

Definition at line 976 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [44/85]

FORTRAN_NAME ( MMG2D_SAVEVTKMESH_AND_ALLDATA  ,
mmg2d_savevtkmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtkMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 995 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [45/85]

FORTRAN_NAME ( MMG2D_SAVEVTPMESH  ,
mmg2d_savevtpmesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtpMesh function in mmg2d/libmmg2d.h file.

Definition at line 1054 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [46/85]

FORTRAN_NAME ( MMG2D_SAVEVTPMESH_AND_ALLDATA  ,
mmg2d_savevtpmesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtpmesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 1073 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [47/85]

FORTRAN_NAME ( MMG2D_SAVEVTUMESH  ,
mmg2d_savevtumesh  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtuMesh function in mmg2d/libmmg2d.h file.

Definition at line 1015 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [48/85]

FORTRAN_NAME ( MMG2D_SAVEVTUMESH_AND_ALLDATA  ,
mmg2d_savevtumesh_and_alldata  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *filename, int *strlen0, int *retval ,
(mesh, sol, filename, strlen0, retval  
)

See MMG2D_saveVtuMesh_and_allData function in mmg2d/libmmg2d.h file.

Definition at line 1034 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [49/85]

FORTRAN_NAME ( MMG2D_SET_CORNER  ,
mmg2d_set_corner  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Set_corner function in mmg2d/libmmg2d.h file.

Definition at line 268 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [50/85]

FORTRAN_NAME ( MMG2D_SET_DPARAMETER  ,
mmg2d_set_dparameter  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *dparam, double *val, int *retval ,
(mesh, sol, dparam, val, retval  
)

See MMG2D_Set_dparameter function in mmg2d/libmmg2d.h file.

Definition at line 161 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [51/85]

FORTRAN_NAME ( MMG2D_SET_EDGE  ,
mmg2d_set_edge  ,
(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *ref, MMG5_int *pos, int *retval ,
(mesh, v0, v1, ref, pos, retval  
)

See MMG2D_Set_edge function in mmg2d/libmmg2d.h file.

Definition at line 453 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [52/85]

FORTRAN_NAME ( MMG2D_SET_EDGES  ,
mmg2d_set_edges  ,
(MMG5_pMesh *mesh, MMG5_int *edges, MMG5_int *refs, int *retval ,
(mesh, edges, refs, retval  
)

See MMG2D_Set_edges function in mmg2d/libmmg2d.h file.

Definition at line 499 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [53/85]

FORTRAN_NAME ( MMG2D_SET_INPUTMESHNAME  ,
mmg2d_set_inputmeshname  ,
(MMG5_pMesh *mesh, char *meshin, int *strlen0, int *retval ,
(mesh, meshin, strlen0, retval  
)

See MMG2D_Set_inputMeshName function in common/libmmgcommon_private.h file.

Definition at line 82 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [54/85]

FORTRAN_NAME ( MMG2D_SET_INPUTSOLNAME  ,
mmg2d_set_inputsolname  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *solin, int *strlen0, int *retval ,
(mesh, sol, solin, strlen0, retval  
)

See MMG2D_Set_inputSolName function in common/libmmgcommon_private.h file.

Definition at line 99 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [55/85]

FORTRAN_NAME ( MMG2D_SET_IPARAMETER  ,
mmg2d_set_iparameter  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *iparam, MMG5_int *val, int *retval ,
(mesh, sol, iparam, val, retval  
)

See MMG2D_Set_iparameter function in mmg2d/libmmg2d.h file.

Definition at line 152 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [56/85]

FORTRAN_NAME ( MMG2D_SET_ITHSOL_INSOLSATVERTICES  ,
mmg2d_set_ithsol_insolsatvertices  ,
(MMG5_pSol *sol, MMG5_int *i, double *s, MMG5_int *pos, int *retval ,
(sol, i, s, pos, retval  
)

See MMG2D_Set_ithSol_solsAtVertices function in mmg2d/libmmg2d.h file.

Definition at line 657 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [57/85]

FORTRAN_NAME ( MMG2D_SET_ITHSOLS_INSOLSATVERTICES  ,
mmg2d_set_ithsols_insolsatvertices  ,
(MMG5_pSol *sol, MMG5_int *i, double *s, int *retval ,
(sol, i, s, retval  
)

See MMG2D_Set_ithSols_inSolsAtVertices function in mmg2d/libmmg2d.h file.

Definition at line 678 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [58/85]

FORTRAN_NAME ( MMG2D_SET_LOCALPARAMETER  ,
mmg2d_set_localparameter  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typ, MMG5_int *ref, double *hmin, double *hmax, double *hausd, int *retval ,
(mesh, sol, typ, ref, hmin, hmax, hausd, retval  
)

See MMG2D_Set_localParameter function in mmg2d/libmmg2d.h file.

Definition at line 171 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [59/85]

FORTRAN_NAME ( MMG2D_SET_LSBASEREFERENCE  ,
mmg2d_set_lsbasereference  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *br, int *retval ,
(mesh, sol, br, retval  
)

See MMG2D_Set_lsBaseReference function in mmg2d/libmmg2d.h file.

Definition at line 194 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [60/85]

FORTRAN_NAME ( MMG2D_SET_MESHSIZE  ,
mmg2d_set_meshsize  ,
(MMG5_pMesh *mesh, MMG5_int *np, MMG5_int *nt, MMG5_int *nquad, MMG5_int *na, int *retval ,
(mesh, np, nt, nquad, na, retval  
)

See MMG2D_Set_meshSize function in mmg2d/libmmg2d.h file.

Definition at line 204 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [61/85]

FORTRAN_NAME ( MMG2D_SET_MULTIMAT  ,
mmg2d_set_multimat  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, MMG5_int *ref, int *split, MMG5_int *rin, MMG5_int *rex, int *retval ,
(mesh, sol, ref, split, rin, rex, retval  
)

See MMG2D_Set_multiMat function in mmg2d/libmmg2d.h file.

Definition at line 183 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [62/85]

FORTRAN_NAME ( MMG2D_SET_OUTPUTMESHNAME  ,
mmg2d_set_outputmeshname  ,
(MMG5_pMesh *mesh, char *meshout, int *strlen0, int *retval ,
(mesh, meshout, strlen0, retval  
)

See MMG2D_Set_outputMeshName function in mmg2d/libmmg2d.h or mmg2d/libmmg2d.h file.

Definition at line 118 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [63/85]

FORTRAN_NAME ( MMG2D_SET_OUTPUTSOLNAME  ,
mmg2d_set_outputsolname  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, char *solout, int *strlen0, int *retval ,
(mesh, sol, solout, strlen0, retval  
)

See MMG2D_Set_outputSolName function in common/libmmgcommon_private.h file.

Definition at line 135 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [64/85]

FORTRAN_NAME ( MMG2D_SET_PARALLELEDGE  ,
mmg2d_set_paralleledge  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Set_parallelEdge function in mmg2d/libmmg2d.h file.

Definition at line 480 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [65/85]

FORTRAN_NAME ( MMG2D_SET_QUADRILATERAL  ,
mmg2d_set_quadrilateral  ,
(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *v3, MMG5_int *ref, MMG5_int *pos, int *retval ,
(mesh, v0, v1, v2, v3, ref, pos, retval  
)

See MMG2D_Set_quadrilateral function in mmg2d/libmmg2d.h file.

Definition at line 411 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [66/85]

FORTRAN_NAME ( MMG2D_SET_QUADRILATERALS  ,
mmg2d_set_quadrilaterals  ,
(MMG5_pMesh *mesh, MMG5_int *quadra, MMG5_int *refs, int *retval ,
(mesh, quadra, refs, retval  
)

See MMG2D_Set_quadrilaterals function in mmg2d/libmmg2d.h file.

Definition at line 431 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [67/85]

FORTRAN_NAME ( MMG2D_SET_REQUIREDEDGE  ,
mmg2d_set_requirededge  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Set_requiredEdge function in mmg2d/libmmg2d.h file.

Definition at line 462 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [68/85]

FORTRAN_NAME ( MMG2D_SET_REQUIREDTRIANGLE  ,
mmg2d_set_requiredtriangle  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Set_requiredTriangle function in mmg2d/libmmg2d.h file.

Definition at line 360 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [69/85]

FORTRAN_NAME ( MMG2D_SET_REQUIREDVERTEX  ,
mmg2d_set_requiredvertex  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Set_requiredVertex function in mmg2d/libmmg2d.h file.

Definition at line 285 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [70/85]

FORTRAN_NAME ( MMG2D_SET_SCALARSOL  ,
mmg2d_set_scalarsol  ,
(MMG5_pSol *met, double *s, MMG5_int *pos, int *retval ,
(met, s, pos, retval  
)

See MMG2D_Set_scalarSol function in mmg2d/libmmg2d.h file.

Definition at line 540 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [71/85]

FORTRAN_NAME ( MMG2D_SET_SCALARSOLS  ,
mmg2d_set_scalarsols  ,
(MMG5_pSol *met, double *s, int *retval ,
(met, s, retval  
)

See MMG2D_Set_scalarSols function in mmg2d/libmmg2d.h file.

Definition at line 558 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [72/85]

FORTRAN_NAME ( MMG2D_SET_SOLSATVERTICESSIZE  ,
mmg2d_set_solsatverticessize  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *nsols, MMG5_int *nentities, int *typSol, int *retval ,
(mesh, sol, nsols, nentities, typSol, retval  
)

See MMG2D_Set_solsAtVerticesSize function in mmg2d/libmmg2d.h file.

Definition at line 223 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [73/85]

FORTRAN_NAME ( MMG2D_SET_SOLSIZE  ,
mmg2d_set_solsize  ,
(MMG5_pMesh *mesh, MMG5_pSol *sol, int *typEntity, MMG5_int *np, int *typSol, int *retval ,
(mesh, sol, typEntity, np, typSol, retval  
)

See MMG2D_Set_solSize function in mmg2d/libmmg2d.h file.

Definition at line 213 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [74/85]

FORTRAN_NAME ( MMG2D_SET_TENSORSOL  ,
mmg2d_set_tensorsol  ,
(MMG5_pSol *met, double *m11, double *m12, double *m22, MMG5_int *pos, int *retval ,
(met, m11, m12, m22, pos, retval  
)

See MMG2D_Set_tensorSol function in mmg2d/libmmg2d.h file.

Definition at line 618 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [75/85]

FORTRAN_NAME ( MMG2D_SET_TENSORSOLS  ,
mmg2d_set_tensorsols  ,
(MMG5_pSol *met, double *sols, int *retval ,
(met, sols, retval  
)

See MMG2D_Set_tensorSol function in mmg2d/libmmg2d.h file.

Definition at line 638 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [76/85]

FORTRAN_NAME ( MMG2D_SET_TRIANGLE  ,
mmg2d_set_triangle  ,
(MMG5_pMesh *mesh, MMG5_int *v0, MMG5_int *v1, MMG5_int *v2, MMG5_int *ref, MMG5_int *pos, int *retval ,
(mesh, v0, v1, v2, ref, pos, retval  
)

See MMG2D_Set_triangle function in mmg2d/libmmg2d.h file.

Definition at line 350 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [77/85]

FORTRAN_NAME ( MMG2D_SET_TRIANGLES  ,
mmg2d_set_triangles  ,
(MMG5_pMesh *mesh, MMG5_int *tria, MMG5_int *refs, int *retval ,
(mesh, tria, refs, retval  
)

See MMG2D_Set_triangles function in mmg2d/libmmg2d.h file.

Definition at line 389 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [78/85]

FORTRAN_NAME ( MMG2D_SET_VECTORSOL  ,
mmg2d_set_vectorsol  ,
(MMG5_pSol *met, double *vx, double *vy, MMG5_int *pos, int *retval ,
(met, vx, vy, pos, retval  
)

See MMG2D_Set_vectorSol function in mmg2d/libmmg2d.h file.

Definition at line 578 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [79/85]

FORTRAN_NAME ( MMG2D_SET_VECTORSOLS  ,
mmg2d_set_vectorsols  ,
(MMG5_pSol *met, double *sols, int *retval ,
(met, sols, retval  
)

See MMG2D_Set_vectorSols function in mmg2d/libmmg2d.h file.

Definition at line 598 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [80/85]

FORTRAN_NAME ( MMG2D_SET_VERTEX  ,
mmg2d_set_vertex  ,
(MMG5_pMesh *mesh, double *c0, double *c1, MMG5_int *ref, MMG5_int *pos, int *retval ,
(mesh, c0, c1, ref, pos, retval  
)

See MMG2D_Set_vertex function in mmg2d/libmmg2d.h file.

Definition at line 257 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [81/85]

FORTRAN_NAME ( MMG2D_SET_VERTICES  ,
mmg2d_set_vertices  ,
(MMG5_pMesh *mesh, double *vertices, MMG5_int *refs, int *retval ,
(mesh, vertices, refs, retval  
)

See MMG2D_Set_vertices function in mmg2d/libmmg2d.h file.

Definition at line 326 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [82/85]

FORTRAN_NAME ( MMG2D_UNSET_CORNER  ,
mmg2d_unset_corner  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Unset_corner function in mmg2d/libmmg2d.h file.

Definition at line 276 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [83/85]

FORTRAN_NAME ( MMG2D_UNSET_REQUIREDEDGE  ,
mmg2d_unset_requirededge  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Unset_requiredEdge function in mmg2d/libmmg2d.h file.

Definition at line 471 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [84/85]

FORTRAN_NAME ( MMG2D_UNSET_REQUIREDTRIANGLE  ,
mmg2d_unset_requiredtriangle  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Unset_requiredTriangle function in mmg2d/libmmg2d.h file.

Definition at line 369 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_NAME() [85/85]

FORTRAN_NAME ( MMG2D_UNSET_REQUIREDVERTEX  ,
mmg2d_unset_requiredvertex  ,
(MMG5_pMesh *mesh, MMG5_int *k, int *retval ,
(mesh, k, retval  
)

See MMG2D_Unset_requiredVertex function in mmg2d/libmmg2d.h file.

Definition at line 295 of file API_functionsf_2d.c.

Here is the call graph for this function:

◆ FORTRAN_VARIADIC() [1/3]

FORTRAN_VARIADIC ( MMG2D_FREE_ALL  ,
mmg2d_free_all  ,
(const int starter,...)  ,
va_list argptr;int ier;va_start(argptr, starter);  ier = MMG2D_Free_all_var(argptr); va_end(argptr); if ( !ier ) exit(EXIT_FAILURE); return; 
)

See MMG2D_Free_all function in mmg2d/libmmg2d.h file. See MMG2D_Free_structures function in mmg2d/libmmg2d.h file.

◆ FORTRAN_VARIADIC() [2/3]

FORTRAN_VARIADIC ( MMG2D_FREE_NAMES  ,
mmg2d_free_names  ,
(const int starter,...)  ,
va_list argptr;int ier;va_start(argptr, starter);  ier = MMG2D_Free_names_var(argptr); va_end(argptr); if ( !ier ) exit(EXIT_FAILURE); return; 
)

See MMG2D_Free_names function in mmg2d/libmmg2d.h file. See MMG2D_loadMesh function in mmg2d/libmmg2d.h file.

◆ FORTRAN_VARIADIC() [3/3]

FORTRAN_VARIADIC ( MMG2D_INIT_MESH  ,
mmg2d_init_mesh  ,
(const int starter,...)  ,
va_list argptr;int ier;va_start(argptr, starter);  ier = MMG2D_Init_mesh_var(argptr); va_end(argptr); if ( !ier ) exit(EXIT_FAILURE); return; 
)

◆ if()

if ( ier)
Here is the caller graph for this function:

◆ MMG5_SAFE_FREE()

MMG5_SAFE_FREE ( tmp  )

◆ MMG5_SAFE_MALLOC()

MMG5_SAFE_MALLOC ( tmp  ,
*strlen0 1,
char  ,
return   
)

◆ strncpy()

strncpy ( tmp  ,
meshin  ,
strlen0 
)
Here is the caller graph for this function:

◆ va_end()

va_end ( argptr  )
Here is the caller graph for this function:

◆ va_start()

va_start ( argptr  ,
starter   
)
Here is the caller graph for this function:

Variable Documentation

◆ argptr

const int va_list argptr

Definition at line 742 of file API_functionsf_2d.c.

◆ ier

Definition at line 743 of file API_functionsf_2d.c.

◆ mesh

MMG5_pMesh char int int mesh
Initial value:
{
void MMG3D_Init_parameters(MMG5_pMesh mesh)
MMG5_pMesh * mesh

Definition at line 66 of file API_functionsf_2d.c.

◆ meshin

MMG5_pMesh char int int meshin

Definition at line 778 of file API_functionsf_2d.c.

◆ mmg2d_free_structures

mmg2d_free_structures

Definition at line 740 of file API_functionsf_2d.c.

◆ mmg2d_init_filenames

mmg2d_init_filenames

Definition at line 66 of file API_functionsf_2d.c.

◆ mmg2d_loadmesh

mmg2d_loadmesh

Definition at line 778 of file API_functionsf_2d.c.

◆ return

return

Definition at line 69 of file API_functionsf_2d.c.

◆ retval

* retval
Initial value:
{
char *tmp = NULL
tmp[*strlen0]

Definition at line 778 of file API_functionsf_2d.c.

◆ sol

Initial value:
{
void MMG2D_Init_fileNames(MMG5_pMesh mesh, MMG5_pSol sol)
MMG5_pMesh MMG5_pSol * sol

Definition at line 66 of file API_functionsf_2d.c.

◆ starter

const int starter

Definition at line 741 of file API_functionsf_2d.c.

◆ strlen0

MMG5_pMesh char int int strlen0

Definition at line 778 of file API_functionsf_2d.c.

◆ tmp

tmp[ *strlen0] = '\0'

Definition at line 784 of file API_functionsf_2d.c.