#include "petscdm.h" #include "petscdmlabel.h" #include "petscds.h" PetscErrorCode DMGetWorkArray(DM dm,PetscInt count,MPI_Datatype dtype,void *mem)Not Collective
dm | - the DM object | |
count | - The minium size | |
dtype | - MPI data type, often MPIU_REAL, MPIU_SCALAR, MPIU_INT) |