Searched refs:pointMajor (Results 1 – 3 of 3) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | sectionimpl.h | 33 …PetscBool pointMajor; /* True if the offsets are point major, otherwise they are field… member
|
| /petsc/src/vec/is/section/interface/ |
| H A D | section.c | 47 (*s)->pointMajor = PETSC_TRUE; in PetscSectionCreate() 223 …er point major or field major", "PetscSectionSetPointMajor", s->pointMajor, &s->pointMajor, NULL)); in PetscSectionSetFromOptions() 830 *pm = s->pointMajor; in PetscSectionGetPointMajor() 869 s->pointMajor = pm; in PetscSectionSetPointMajor() 1311 if (s->pointMajor) { in PetscSectionSetUp() 1491 PetscCheck(s->pointMajor, PETSC_COMM_SELF, PETSC_ERR_SUP, "No support for field major ordering"); in PetscSectionCreateGlobalSection()
|
| /petsc/src/dm/impls/plex/hdf5/ |
| H A D | plexhdf5.c | 2877 …PetscCheck(rootSection->pointMajor, PETSC_COMM_SELF, PETSC_ERR_SUP, "No support for field major or… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF() 2879 …PetscCheck(leafSection->pointMajor, PETSC_COMM_SELF, PETSC_ERR_SUP, "No support for field major or… in DMPlexSectionLoad_HDF5_Internal_CreateDataSF()
|