#include "petscdmforest.h" #include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMForestTemplate(DM dm, MPI_Comm comm, DM *tdm)Collective on dm
dm | - the source DM object | |
comm | - the communicator for the new DM (this communicator is currently ignored, but is present so that DMForestTemplate() can be used within DMCoarsen()) |