#include "petscda.h" PetscErrorCode PETSCDM_DLLEXPORT ADDAGetCorners(ADDA adda, PetscInt **lcorner, PetscInt **ucorner)Collective on ADDA
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 adda->dim.
Level:beginner
Location:src/dm/adda/adda.c
Index of all DA routines
Table of Contents for all manual pages
Index of all manual pages