Searched refs:coordSectionNew (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 2196 PetscCall(PetscSectionCreate(PetscObjectComm((PetscObject)rdm), &coordSectionNew)); in DMPlexTransformSetCoordinates() 2197 PetscCall(PetscSectionSetNumFields(coordSectionNew, 1)); in DMPlexTransformSetCoordinates() 2198 PetscCall(PetscSectionSetFieldComponents(coordSectionNew, 0, dE)); in DMPlexTransformSetCoordinates() 2200 PetscCall(PetscSectionSetChart(coordSectionNew, vStartNew, vEndNew)); in DMPlexTransformSetCoordinates() 2205 PetscCall(PetscSectionSetDof(coordSectionNew, v, dE)); in DMPlexTransformSetCoordinates() 2206 PetscCall(PetscSectionSetFieldDof(coordSectionNew, v, 0, dE)); in DMPlexTransformSetCoordinates() 2208 PetscCall(PetscSectionSetUp(coordSectionNew)); in DMPlexTransformSetCoordinates() 2209 PetscCall(DMSetCoordinateSection(rdm, PETSC_DETERMINE, coordSectionNew)); in DMPlexTransformSetCoordinates() 2268 PetscCall(PetscSectionGetStorageSize(coordSectionNew, &coordSizeNew)); in DMPlexTransformSetCoordinates() [all …]
|