Home
last modified time | relevance | path

Searched defs:newds (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/dt/interface/
H A Ddtds.c3609 …rorCode PetscDSCopyBoundary(PetscDS ds, PetscInt numFields, const PetscInt fields[], PetscDS newds) in PetscDSCopyBoundary()
3858 PetscErrorCode PetscDSCopyExactSolutions(PetscDS ds, PetscDS newds) in PetscDSCopyExactSolutions()
3892 PetscErrorCode PetscDSCopyBounds(PetscDS ds, PetscDS newds) in PetscDSCopyBounds()
/petsc/src/dm/interface/
H A Ddm.c6368 PetscDS ds, dsIn, newds; in DMCopyDS() local