Home
last modified time | relevance | path

Searched refs:cSection (Results 1 – 3 of 3) sorted by relevance

/petsc/src/dm/impls/plex/hdf5/
H A Dplexhdf5.c1325 PetscSection cSection, cGlobalSection; in DMPlexCoordinatesView_HDF5_XDMF_Private() local
1342 PetscCall(DMGetLocalSection(cdm, &cSection)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
1349 PetscCall(PetscSectionGetDof(cSection, vStart, &dof)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
1371 PetscCall(PetscSectionGetOffset(cSection, v, &off)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
1428 PetscCall(PetscSectionGetDof(cSection, verts[v], &dof)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
1429 PetscCall(PetscSectionGetOffset(cSection, verts[v], &off)); in DMPlexCoordinatesView_HDF5_XDMF_Private()
/petsc/src/dm/impls/plex/
H A Dplextree.c2827 PetscSection section, cSection; in DMPlexComputeInjectorReferenceTree() local
2846 PetscCall(DMGetDefaultConstraints(refTree, &cSection, &cMat, NULL)); in DMPlexComputeInjectorReferenceTree()
3007 PetscCall(PetscSectionGetFieldDof(cSection, child, f, &dof)); in DMPlexComputeInjectorReferenceTree()
3008 PetscCall(PetscSectionGetFieldOffset(cSection, child, f, &off)); in DMPlexComputeInjectorReferenceTree()
3010 PetscCall(PetscSectionGetDof(cSection, child, &dof)); in DMPlexComputeInjectorReferenceTree()
3011 PetscCall(PetscSectionGetOffset(cSection, child, &off)); in DMPlexComputeInjectorReferenceTree()
H A Dplexgeometry.c4137 PetscSection cSection; in DMPlexRemapGeometry() local
4146 PetscCall(DMGetCoordinateSection(dm, &cSection)); in DMPlexRemapGeometry()
4153 PetscCall(PetscSectionGetOffset(cSection, v, &off)); in DMPlexRemapGeometry()