petsc-3.3-p7 2013-05-11

DMComplexGetStratumSize

Get the number of points in a label stratum

Synopsis

#include "petscdmcomplex.h"   
PetscErrorCode DMComplexGetStratumSize(DM dm, const char name[], PetscInt value, PetscInt *size)
Not Collective

Input Parameters

dm - The DMComplex object
name - The label name
value - The stratum value

Output Parameter

size -The stratum size

Keywords

mesh

See Also

DMComplexGetLabelSize(), DMComplexGetLabelIds()

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