Searched refs:cNew (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/plex/transform/interface/ |
| H A D | plextransform.c | 2233 PetscInt dim, cNew, Nct, n, r; in DMPlexTransformSetCoordinates() local 2245 PetscCall(DMPlexTransformGetTargetPoint(tr, ct, rct[n], c, r, &cNew)); in DMPlexTransformSetCoordinates() 2246 PetscCall(DMPlexGetTransitiveClosure(rdm, cNew, PETSC_TRUE, &clSize, &closure)); in DMPlexTransformSetCoordinates() 2250 PetscCall(DMPlexRestoreTransitiveClosure(rdm, cNew, PETSC_TRUE, &clSize, &closure)); in DMPlexTransformSetCoordinates() 2251 PetscCall(PetscSectionSetDof(coordSectionCellNew, cNew, Nv * dE)); in DMPlexTransformSetCoordinates() 2252 PetscCall(PetscSectionSetFieldDof(coordSectionCellNew, cNew, 0, Nv * dE)); in DMPlexTransformSetCoordinates()
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexsubmesh.c | 655 PetscInt cNew = DMPlexShiftPoint_Internal(c, depth, depthShift), dof; in DMPlexShiftCoordinates_Internal() local 658 PetscCall(PetscSectionSetDof(newCoordSection, cNew, dof)); in DMPlexShiftCoordinates_Internal() 659 PetscCall(PetscSectionSetFieldDof(newCoordSection, cNew, 0, dof)); in DMPlexShiftCoordinates_Internal() 680 PetscInt cNew = DMPlexShiftPoint_Internal(c, depth, depthShift), dof, off, noff, d; in DMPlexShiftCoordinates_Internal() local 684 PetscCall(PetscSectionGetOffset(newCoordSection, cNew, &noff)); in DMPlexShiftCoordinates_Internal()
|