Searched refs:coordSectionCellNew (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2164 PetscSection coordSection, coordSectionNew, coordSectionCell, coordSectionCellNew; in DMPlexTransformSetCoordinates() local 2217 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)rdm), &coordSectionCellNew)); in DMPlexTransformSetCoordinates() 2218 PetscCall(PetscSectionSetNumFields(coordSectionCellNew, 1)); in DMPlexTransformSetCoordinates() 2219 PetscCall(PetscSectionSetFieldComponents(coordSectionCellNew, 0, dE)); in DMPlexTransformSetCoordinates() 2221 PetscCall(PetscSectionSetChart(coordSectionCellNew, cStartNew, cEndNew)); in DMPlexTransformSetCoordinates() 2251 PetscCall(PetscSectionSetDof(coordSectionCellNew, cNew, Nv * dE)); in DMPlexTransformSetCoordinates() 2252 PetscCall(PetscSectionSetFieldDof(coordSectionCellNew, cNew, 0, Nv * dE)); in DMPlexTransformSetCoordinates() 2257 PetscCall(PetscSectionSetUp(coordSectionCellNew)); in DMPlexTransformSetCoordinates() 2258 PetscCall(DMSetCellCoordinateSection(rdm, PETSC_DETERMINE, coordSectionCellNew)); in DMPlexTransformSetCoordinates() 2344 PetscCall(PetscSectionGetStorageSize(coordSectionCellNew, &coordSizeNew)); in DMPlexTransformSetCoordinates() [all …]
|