Searched refs:subCoordSection (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 3235 PetscSection coordSection, subCoordSection; in DMPlexCreateSubmesh_Uninterpolated() local 3243 PetscCall(DMGetCoordinateSection(subdm, &subCoordSection)); in DMPlexCreateSubmesh_Uninterpolated() 3244 PetscCall(PetscSectionSetNumFields(subCoordSection, 1)); in DMPlexCreateSubmesh_Uninterpolated() 3246 PetscCall(PetscSectionSetFieldComponents(subCoordSection, 0, numComp)); in DMPlexCreateSubmesh_Uninterpolated() 3247 … PetscCall(PetscSectionSetChart(subCoordSection, firstSubVertex, firstSubVertex + numSubVertices)); in DMPlexCreateSubmesh_Uninterpolated() 3254 PetscCall(PetscSectionSetDof(subCoordSection, subvertex, dof)); in DMPlexCreateSubmesh_Uninterpolated() 3255 PetscCall(PetscSectionSetFieldDof(subCoordSection, subvertex, 0, dof)); in DMPlexCreateSubmesh_Uninterpolated() 3257 PetscCall(PetscSectionSetUp(subCoordSection)); in DMPlexCreateSubmesh_Uninterpolated() 3258 PetscCall(PetscSectionGetStorageSize(subCoordSection, &coordSize)); in DMPlexCreateSubmesh_Uninterpolated() 3274 PetscCall(PetscSectionGetDof(subCoordSection, subvertex, &sdof)); in DMPlexCreateSubmesh_Uninterpolated() [all …]
|