Lines Matching refs:supportSection
1047 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
1048 PetscCall(PetscSectionGetOffset(mesh->supportSection, p, &off));
2848 PetscCall(PetscSectionDestroy(&mesh->supportSection));
3117 PetscCall(PetscSectionSetChart(mesh->supportSection, pStart, pEnd));
3737 PetscCall(PetscSectionGetDof(mesh->supportSection, p, size));
3764 PetscCall(PetscSectionSetDof(mesh->supportSection, p, size));
3801 PetscCall(PetscSectionGetOffset(mesh->supportSection, p, &off));
3831 PetscCall(PetscSectionGetChart(mesh->supportSection, &pStart, &pEnd));
3832 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
3834 PetscCall(PetscSectionGetOffset(mesh->supportSection, p, &off));
3866 PetscCall(PetscSectionGetChart(mesh->supportSection, &pStart, &pEnd));
3867 PetscCall(PetscSectionGetDof(mesh->supportSection, p, &dof));
3868 PetscCall(PetscSectionGetOffset(mesh->supportSection, p, &off));
3991 const PetscSection s = mesh->supportSection;
4305 if (maxSupportSize) PetscCall(PetscSectionGetMaxDof(mesh->supportSection, maxSupportSize));
4320 PetscCall(PetscSectionGetMaxDof(mesh->supportSection, &maxSupportSize));
4322 PetscCall(PetscSectionSetUp(mesh->supportSection));
4323 PetscCall(PetscSectionGetStorageSize(mesh->supportSection, &size));
4402 for (c = off; c < off + dof; ++c) PetscCall(PetscSectionAddDof(mesh->supportSection, mesh->cones[c], 1));
4404 PetscCall(PetscSectionSetUp(mesh->supportSection));
4406 PetscCall(PetscSectionGetStorageSize(mesh->supportSection, &supportSize));
4418 PetscCall(PetscSectionGetOffset(mesh->supportSection, q, &offS));
4856 PetscCall(PetscSectionGetMaxDof(mesh->supportSection, &maxSupportSize));
4860 PetscCall(PetscSectionGetDof(mesh->supportSection, points[0], &dof));
4861 PetscCall(PetscSectionGetOffset(mesh->supportSection, points[0], &off));
4867 PetscCall(PetscSectionGetDof(mesh->supportSection, points[p], &dof));
4868 PetscCall(PetscSectionGetOffset(mesh->supportSection, points[p], &off));
5835 if (section) *section = mesh->supportSection;
9354 PetscSection coneSection, supportSection;
9364 PetscCall(DMPlexGetSupportSection(dm, &supportSection));
9426 PetscCall(PetscSectionGetStorageSize(supportSection, &ssize));