mmg3d
librnbg.c File Reference

Functions for scotch renumerotation. More...

#include "mmgcommon.h"
Include dependency graph for librnbg.c:

Functions

int MMG5_scotchCall (MMG5_pMesh mesh, MMG5_pSol met, MMG5_pSol fields, int *permNodGlob)
 

Detailed Description

Functions for scotch renumerotation.

Author
Cedric Lachat (Inria/UBordeaux)
Algiane Froehly (Inria/UBordeaux)
Version
5
Date
2013

Function Documentation

◆ MMG5_scotchCall()

int MMG5_scotchCall ( MMG5_pMesh  mesh,
MMG5_pSol  met,
MMG5_pSol  fields,
int *  permNodGlob 
)
Parameters
meshpointer toward the mesh structure.
metpointer toward the solution structure.
fieldspointer toward an array of solution fields (non mandatory)
permNodGlobstore the global permutation of nodes (if provided).
Returns
0 if MMG5_renumbering fail (non conformal mesh), 1 otherwise (renumerotation success of renumerotation fail but the mesh is still conformal).

Call scotch renumbering.

Here is the caller graph for this function: