petsc-3.3-p7 2013-05-11

DMMeshGetMaxSizes

Return the maximum number of in-edges (cone) and out-edges (support) for any point in the Sieve DAG

Synopsis

#include "petscdmmesh.h"   
PetscErrorCode DMMeshGetMaxSizes(DM dm, PetscInt *maxConeSize, PetscInt *maxSupportSize)
Not collective

Input Parameter

mesh -The DMMesh

Output Parameters

maxConeSize - The maximum number of in-edges
maxSupportSize - The maximum number of out-edges

See Also

DMMeshCreate(), DMMeshSetConeSize(), DMMeshSetChart()

Level:beginner
Location:
src/dm/impls/mesh/mesh.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages