Lines Matching refs:sectionGlobal
2892 PetscSection sectionGlobal, sectionLocal;
2903 PetscCall(DMGetGlobalSection(dm, §ionGlobal));
2904 /* PetscCall(PetscSectionGetStorageSize(sectionGlobal, &localSize)); */
2905 PetscCall(PetscSectionGetConstrainedStorageSize(sectionGlobal, &localSize));
2938 PetscCall(PetscSectionGetChart(sectionGlobal, &pStart, &pEnd));
2939 PetscCall(PetscSectionGetNumFields(sectionGlobal, &num_fields));
2948 PetscCall(PetscSectionGetDof(sectionGlobal, p, &dof));
2949 PetscCall(PetscSectionGetOffset(sectionGlobal, p, &offset));
2950 PetscCall(PetscSectionGetConstraintDof(sectionGlobal, p, &cdof));
2974 PetscCall(PetscSectionGetFieldComponents(sectionGlobal, field, &num_comp));
2975 PetscCall(PetscSectionGetFieldDof(sectionGlobal, p, field, &dof));
2977 PetscCall(PetscSectionGetFieldOffset(sectionGlobal, p, field, &offset));
2978 PetscCall(PetscSectionGetFieldConstraintDof(sectionGlobal, p, field, &cdof));
10868 PetscSection sectionGlobal, subsectionGlobal;
10878 PetscCall(DMGetGlobalSection(dm, §ionGlobal));
10884 PetscCall(PetscSectionGetDof(sectionGlobal, p, &gdof));
10921 PetscCall(PetscSectionGetOffset(sectionGlobal, point, &goff));