Lines Matching refs:coneSection
1057 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
1058 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
2845 PetscCall(PetscSectionDestroy(&mesh->coneSection));
3092 else PetscCall(PetscSectionGetChart(mesh->coneSection, pStart, pEnd));
3116 PetscCall(PetscSectionSetChart(mesh->coneSection, pStart, pEnd));
3146 else PetscCall(PetscSectionGetDof(mesh->coneSection, p, size));
3174 PetscCall(PetscSectionSetDof(mesh->coneSection, p, size));
3211 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3449 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3451 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3454 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, &pEnd));
3503 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3506 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3539 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3541 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3543 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, &pEnd));
3548 PetscCall(PetscSectionGetDof(mesh->coneSection, mesh->cones[off + c], &cdof));
3582 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, &pEnd));
3585 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3588 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3620 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, &pEnd));
3622 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3625 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3675 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
3681 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
3983 const PetscSection s = mesh->coneSection;
4304 if (maxConeSize) PetscCall(PetscSectionGetMaxDof(mesh->coneSection, maxConeSize));
4316 PetscCall(PetscSectionSetUp(mesh->coneSection));
4317 PetscCall(PetscSectionGetStorageSize(mesh->coneSection, &size));
4400 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
4401 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
4412 PetscCall(PetscSectionGetDof(mesh->coneSection, p, &dof));
4413 PetscCall(PetscSectionGetOffset(mesh->coneSection, p, &off));
5065 PetscCall(PetscSectionGetMaxDof(mesh->coneSection, &maxConeSize));
5069 PetscCall(PetscSectionGetDof(mesh->coneSection, points[0], &dof));
5070 PetscCall(PetscSectionGetOffset(mesh->coneSection, points[0], &off));
5076 PetscCall(PetscSectionGetDof(mesh->coneSection, points[p], &dof));
5077 PetscCall(PetscSectionGetOffset(mesh->coneSection, points[p], &off));
5664 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, NULL));
5666 PetscCall(PetscSectionGetChart(mesh->coneSection, NULL, &pEnd));
5717 PetscCall(PetscSectionGetChart(mesh->coneSection, &pStart, &pEnd));
5810 if (section) *section = mesh->coneSection;
9354 PetscSection coneSection, supportSection;
9363 PetscCall(DMPlexGetConeSection(dm, &coneSection));
9425 PetscCall(PetscSectionGetStorageSize(coneSection, &csize));