Lines Matching refs:coordSection
69 PetscSection coordSection; in DMPlexGenerate_Tetgen() local
78 PetscCall(DMGetCoordinateSection(boundary, &coordSection)); in DMPlexGenerate_Tetgen()
84 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexGenerate_Tetgen()
262 PetscSection coordSection; in DMPlexGenerate_Tetgen() local
268 PetscCall(DMGetCoordinateSection(*dm, &coordSection)); in DMPlexGenerate_Tetgen()
269 PetscCall(DMPlexVecGetClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_Tetgen()
272 … PetscCall(DMPlexVecRestoreClosure(*dm, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexGenerate_Tetgen()
333 PetscSection coordSection; in DMPlexRefine_Tetgen() local
342 PetscCall(DMGetCoordinateSection(dm, &coordSection)); in DMPlexRefine_Tetgen()
348 PetscCall(PetscSectionGetOffset(coordSection, v, &off)); in DMPlexRefine_Tetgen()
541 PetscSection coordSection; in DMPlexRefine_Tetgen() local
547 PetscCall(DMGetCoordinateSection(*dmRefined, &coordSection)); in DMPlexRefine_Tetgen()
548 … PetscCall(DMPlexVecGetClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_Tetgen()
551 … PetscCall(DMPlexVecRestoreClosure(*dmRefined, coordSection, coordinates, c, &coordSize, &coords)); in DMPlexRefine_Tetgen()