mmgs
zaldy_s.c File Reference

Memory management. More...

#include "mmgs.h"
Include dependency graph for zaldy_s.c:

Functions

int _MMGS_newPt (MMG5_pMesh mesh, double c[3], double n[3])
 
void _MMGS_delPt (MMG5_pMesh mesh, int ip)
 
int _MMGS_newElt (MMG5_pMesh mesh)
 
int _MMGS_delElt (MMG5_pMesh mesh, int iel)
 
int _MMGS_memOption (MMG5_pMesh mesh)
 
int _MMGS_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

◆ _MMGS_delElt()

int _MMGS_delElt ( MMG5_pMesh  mesh,
int  iel 
)
Parameters
meshpointer toward the mesh
ielindex of the element to delete
Returns
1 if success, 0 if fail

Delete the element iel

Here is the caller graph for this function:

◆ _MMGS_delPt()

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

◆ _MMGS_memOption()

int _MMGS_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:

◆ _MMGS_newElt()

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

◆ _MMGS_newPt()

int _MMGS_newPt ( MMG5_pMesh  mesh,
double  c[3],
double  n[3] 
)
Here is the caller graph for this function:

◆ _MMGS_zaldy()

int _MMGS_zaldy ( MMG5_pMesh  mesh)
Parameters
meshpointer toward the mesh
Returns
1 if success, 0 if fail

allocate main structure

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