petsc-3.11.4 2019-09-28
DMForestGetTopology
Get a string describing the topology of a DMForest.
Synopsis
#include "petscdmforest.h"
#include "petscdm.h"
#include "petscdmlabel.h"
PetscErrorCode DMForestGetTopology(DM dm, DMForestTopology *topology)
Not collective
Input parameter
dm -the forest
Output parameter
topology -the topology of the forest (e.g., 'cube', 'shell')
See Also
DMForestSetTopology()
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