petsc-3.9.4 2018-09-11
DMMoabCreateSubmesh
Creates a sub-DM object with a set that contains all vertices/elements of the parent in addition to providing support for dynamic mesh modifications. This is useful for AMR calculations to create a DM object on a refined level.
Synopsis
#include "petscdmmoab.h"
PetscErrorCode DMMoabCreateSubmesh(DM dm, DM *newdm)
Collective on MPI_Comm
Input Parameters