zoltanRenumber.C File Reference
Include dependency graph for zoltanRenumber.C:

Go to the source code of this file.

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Functions

 defineTypeNameAndDebug (zoltanRenumber, 0)
 
 addToRunTimeSelectionTable (renumberMethod, zoltanRenumber, dictionary)
 
static int get_number_of_vertices (void *data, int *ierr)
 
static void get_vertex_list (void *data, int nGID, int nLID, ZOLTAN_ID_PTR globalIDs, ZOLTAN_ID_PTR localIDs, int wgt_dim, float *obj_wgts, int *ierr)
 
static int get_mesh_dim (void *data, int *ierr)
 
static void get_geom_list (void *data, int nGID, int nLID, int nCells, ZOLTAN_ID_PTR globalIDs, ZOLTAN_ID_PTR localIDs, int nDim, double *cellCentres, int *ierr)
 

Detailed Description

Original source file zoltanRenumber.C

Definition in file zoltanRenumber.C.

Function Documentation

◆ get_number_of_vertices()

static int get_number_of_vertices ( void *  data,
int *  ierr 
)
static

Definition at line 53 of file zoltanRenumber.C.

References primitiveMesh::nCells().

Referenced by zoltanRenumber::renumber().

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

◆ get_vertex_list()

static void get_vertex_list ( void *  data,
int  nGID,
int  nLID,
ZOLTAN_ID_PTR  globalIDs,
ZOLTAN_ID_PTR  localIDs,
int  wgt_dim,
float *  obj_wgts,
int *  ierr 
)
static

Definition at line 63 of file zoltanRenumber.C.

References primitiveMesh::nCells(), and globalIndex::toGlobal().

Referenced by zoltanRenumber::renumber().

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

◆ get_mesh_dim()

static int get_mesh_dim ( void *  data,
int *  ierr 
)
static

Definition at line 93 of file zoltanRenumber.C.

References polyMesh::nSolutionD().

Referenced by zoltanRenumber::renumber().

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

◆ get_geom_list()

static void get_geom_list ( void *  data,
int  nGID,
int  nLID,
int  nCells,
ZOLTAN_ID_PTR  globalIDs,
ZOLTAN_ID_PTR  localIDs,
int  nDim,
double *  cellCentres,
int *  ierr 
)
static

Definition at line 101 of file zoltanRenumber.C.

References primitiveMesh::cellCentres(), primitiveMesh::nCells(), VectorSpace< Form, Cmpt, Ncmpts >::nComponents, polyMesh::nSolutionD(), p, and polyMesh::solutionD().

Referenced by zoltanRenumber::renumber().

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