#include "petscdmforest.h" #include "petscdm.h" #include "petscdmlabel.h" PetscErrorCode DMForestGetCellWeights(DM dm, PetscReal **weights)Not collective
dm | - the forest |
weights | - the array of weights for all cells, or NULL to indicate each cell has weight 1. |