petsc-3.11.4 2019-09-28
Report Typos and Errors

PetscSectionSetPointMajor

Sets the flag for dof ordering, true if it is point major, otherwise field major

Synopsis

#include "petscvec.h"   
PetscErrorCode PetscSectionSetPointMajor(PetscSection s, PetscBool pm)
Not collective

Input Parameters

s - the PetscSection
pm - the flag for point major ordering

Not collective

See Also

PetscSectionGetPointMajor()

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