petsc-3.8.4 2018-03-24
Report Typos and Errors

DMIsForest

Check whether a DM uses the DMFOREST interface for hierarchically-refined meshes

Synopsis

#include "petscdmforest.h" 
#include "petscdm.h" 
#include "petscdmlabel.h" 
PetscErrorCode DMIsForest(DM dm, PetscBool *isForest)
Not Collective

Input parameter

dm -the DM object

Output parameter

isForest -whether dm is a subtype of DMFOREST

See Also

DMFOREST, DMForestRegisterType()

Level:intermediate
Location:
src/dm/impls/forest/forest.c
Index of all DMFOREST routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/snes/examples/tutorials/ex56.c.html
src/ts/examples/tutorials/ex11.c.html