petsc-3.11.4 2019-09-28
Report Typos and Errors

DMRefine_Moab

Generate a multi-level uniform refinement hierarchy by succesively refining a coarse mesh, already defined in the DM object provided by the user.

Synopsis

PETSC_EXTERN PetscErrorCode DMRefine_Moab(DM dm, MPI_Comm comm, DM* dmf)
Collective on DM

Input Parameter

dm - The DMMoab object
comm - the communicator to contain the new DM object (or MPI_COMM_NULL)

Output Parameter

dmf -the refined DM, or NULL

Note: If no refinement was done, the return value is NULL

Keywords

DMMoab, create, refinement

Level

developer

Location

src/dm/impls/moab/dmmbmg.cxx
Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages