A Forest of Trees and Structured Adaptive Refinement (DMFOREST)#
The DMFOREST class encapsulates an octree mesh, with interfaces for both topology and geometry. It is capable of parallel structured adaptive mesh refinement and coarsening and parallel redistribution for load balancing. It is designed to interface with the PetscFE and PetscFV trial discretization objects, and converts smoothly to a DMPLEX.
- Support for Non-conformal Meshes in PETSc's DMPlex Interface, Tobin Isaac and Matthew G. Knepley, ACM Transaction on Mathematical Software, 2017.
Manual Pages by Level#
Beginner - Basic usage#
Intermediate - Setting options for algorithms and data structures#
Advanced - Setting more advanced options and customization#
No developer routines#
No deprecated routines#
Single list of manual pages#
- DMFOREST
- DMForestAdaptivityStrategy
- DMForestGetAdaptivityForest
- DMForestGetAdaptivityLabel
- DMForestGetAdaptivityPurpose
- DMForestGetAdaptivitySF
- DMForestGetAdaptivitySuccess
- DMForestGetAdjacencyCodimension
- DMForestGetAdjacencyDimension
- DMForestGetBaseDM
- DMForestGetCellChart
- DMForestGetCellSF
- DMForestGetCellWeightFactor
- DMForestGetCellWeights
- DMForestGetComputeAdaptivitySF
- DMForestGetGradeFactor
- DMForestGetInitialRefinement
- DMForestGetMaximumRefinement
- DMForestGetMinimumRefinement
- DMForestGetPartitionOverlap
- DMForestGetTopology
- DMForestGetWeightCapacity
- DMForestRegisterType
- DMForestSetAdaptivityForest
- DMForestSetAdaptivityLabel
- DMForestSetAdaptivityPurpose
- DMForestSetAdaptivityStrategy
- DMForestSetAdjacencyCodimension
- DMForestSetAdjacencyDimension
- DMForestSetBaseDM
- DMForestSetCellWeightFactor
- DMForestSetCellWeights
- DMForestSetComputeAdaptivitySF
- DMForestSetGradeFactor
- DMForestSetInitialRefinement
- DMForestSetMaximumRefinement
- DMForestSetMinimumRefinement
- DMForestSetPartitionOverlap
- DMForestSetTopology
- DMForestSetWeightCapacity
- DMForestTemplate
- DMForestTopology
- DMIsForest