#include "petscdmadda.h" PetscErrorCode DMADDAGetCorners(DM dm, PetscInt **lcorner, PetscInt **ucorner)Not Collective
lcorner | - the "lower" corner | |
ucorner | - the "upper" corner |
Both lcorner and ucorner are allocated by this procedure and will point to an array of size dd->dim.
Level:beginner
Location:src/dm/impls/adda/adda.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages