mmg2d
zaldy_2d.c File Reference

Memory management. More...

#include "mmg2d.h"
Include dependency graph for zaldy_2d.c:

Functions

int _MMG2D_newPt (MMG5_pMesh mesh, double c[2], int16_t tag)
 
void _MMG2D_delPt (MMG5_pMesh mesh, int ip)
 
int _MMG5_newEdge (MMG5_pMesh mesh)
 
void _MMG5_delEdge (MMG5_pMesh mesh, int iel)
 
int _MMG2D_newElt (MMG5_pMesh mesh)
 
int _MMG2D_delElt (MMG5_pMesh mesh, int iel)
 
int _MMG5_getnElt (MMG5_pMesh mesh, int n)
 
int _MMG2D_memOption (MMG5_pMesh mesh)
 
int MMG2D_zaldy (MMG5_pMesh mesh)
 

Detailed Description

Memory management.

Author
Charles Dapogny (UPMC)
Cécile Dobrzynski (Bx INP/Inria/UBordeaux)
Pascal Frey (UPMC)
Algiane Froehly (Inria/UBordeaux)
Version
5
Todo:
Doxygen documentation

Function Documentation

◆ _MMG2D_delElt()

int _MMG2D_delElt ( MMG5_pMesh  mesh,
int  iel 
)
Here is the caller graph for this function:

◆ _MMG2D_delPt()

void _MMG2D_delPt ( MMG5_pMesh  mesh,
int  ip 
)
Here is the caller graph for this function:

◆ _MMG2D_memOption()

int _MMG2D_memOption ( MMG5_pMesh  mesh)

memory repartition for the -m option

Here is the call graph for this function:
Here is the caller graph for this function:

◆ _MMG2D_newElt()

int _MMG2D_newElt ( MMG5_pMesh  mesh)
Here is the caller graph for this function:

◆ _MMG2D_newPt()

int _MMG2D_newPt ( MMG5_pMesh  mesh,
double  c[2],
int16_t  tag 
)
Here is the caller graph for this function:

◆ _MMG5_delEdge()

void _MMG5_delEdge ( MMG5_pMesh  mesh,
int  iel 
)
Here is the caller graph for this function:

◆ _MMG5_getnElt()

int _MMG5_getnElt ( MMG5_pMesh  mesh,
int  n 
)

◆ _MMG5_newEdge()

int _MMG5_newEdge ( MMG5_pMesh  mesh)

◆ MMG2D_zaldy()

int MMG2D_zaldy ( MMG5_pMesh  mesh)
Here is the call graph for this function:
Here is the caller graph for this function: