petsc-3.3-p7 2013-05-11

DMComplexGetMaxSizes

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

Synopsis

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

Input Parameter

mesh -The DMComplex

Output Parameters

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

See Also

DMComplexCreate(), DMComplexSetConeSize(), DMComplexSetChart()

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