petsc-3.11.3 2019-06-26
PetscSectionGetPointMajor
Returns the flag for dof ordering, true if it is point major, otherwise field major
Synopsis
#include "petscvec.h"
PetscErrorCode PetscSectionGetPointMajor(PetscSection s, PetscBool *pm)
Not collective
Input Parameter
s -the PetscSection
Output Parameter
pm -the flag for point major ordering
See Also
PetscSectionSetPointMajor()
Level
intermediate
Location
src/vec/is/utils/vsectionis.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages