Lines Matching refs:coordSectionCellNew
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()
2379 PetscCall(PetscSectionGetOffset(coordSectionCellNew, pNew, &offNew)); in DMPlexTransformSetCoordinates()
2389 PetscCall(PetscSectionDestroy(&coordSectionCellNew)); in DMPlexTransformSetCoordinates()