Home
last modified time | relevance | path

Searched refs:newcs (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/interface/
H A Ddmcoordinates.c669 PetscSection cs, newcs; in DMGetCoordinatesLocalTuple() local
686 …PetscCall(PetscSectionExtractDofsFromArray(cs, MPIU_SCALAR, arr, p, &newcs, pCoord ? ((void **)&ne… in DMGetCoordinatesLocalTuple()
689 PetscCall(PetscSectionGetStorageSize(newcs, &n)); in DMGetCoordinatesLocalTuple()
697 *pCoordSection = newcs; in DMGetCoordinatesLocalTuple()
698 } else PetscCall(PetscSectionDestroy(&newcs)); in DMGetCoordinatesLocalTuple()
/petsc/src/dm/impls/plex/
H A Dplex.c3235 PetscSection cs, newcs; in DMPlexGetConeTuple() local
3243 …PetscCall(PetscSectionExtractDofsFromArray(cs, MPIU_INT, cones, p, &newcs, pCones ? ((void **)&new… in DMPlexGetConeTuple()
3244 if (pConesSection) *pConesSection = newcs; in DMPlexGetConeTuple()
3246 PetscCall(PetscSectionGetStorageSize(newcs, &n)); in DMPlexGetConeTuple()