petsc-3.11.4 2019-09-28
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