Searched refs:pCoordSection (Results 1 – 1 of 1) sorted by relevance
666 PetscErrorCode DMGetCoordinatesLocalTuple(DM dm, IS p, PetscSection *pCoordSection, Vec *pCoord) in DMGetCoordinatesLocalTuple() argument678 if (pCoordSection) PetscAssertPointer(pCoordSection, 3); in DMGetCoordinatesLocalTuple()696 if (pCoordSection) { in DMGetCoordinatesLocalTuple()697 *pCoordSection = newcs; in DMGetCoordinatesLocalTuple()