Lines Matching refs:coordSection
50 PetscSection coordSection; in DMPlexGenerate_CTetgen() local
57 PetscCall(DMGetCoordinateSection(boundary, &coordSection)); in DMPlexGenerate_CTetgen()
63 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexGenerate_CTetgen()
237 PetscSection coordSection; in DMPlexGenerate_CTetgen() local
243 PetscCall(DMGetCoordinateSection(*dm, &coordSection)); in DMPlexGenerate_CTetgen()
244 PetscCall(DMPlexVecGetClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_CTetgen()
247 … PetscCall(DMPlexVecRestoreClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_CTetgen()
309 PetscSection coordSection; in DMPlexRefine_CTetgen() local
316 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexRefine_CTetgen()
322 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexRefine_CTetgen()
512 PetscSection coordSection; in DMPlexRefine_CTetgen() local
518 PetscCall(DMGetCoordinateSection(*dmRefined, &coordSection)); in DMPlexRefine_CTetgen()
519 … PetscCall(DMPlexVecGetClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_CTetgen()
522 … PetscCall(DMPlexVecRestoreClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_CTetgen()