petsc-3.7.5 2017-01-01
Report Typos and Errors

DMForestRegisterType

Registers a DMType as a subtype of DMFOREST (so that DMIsForest() will be correct)

Synopsis

#include "petscdmforest.h" 
#include "petscdm.h" 
PetscErrorCode DMForestRegisterType(DMType name)
Not Collective

Input parameter

name -the name of the type

See Also

DMFOREST, DMIsForest()

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