Home
last modified time | relevance | path

Searched refs:PetscDSCopy (Results 1 – 5 of 5) sorted by relevance

/petsc/doc/changes/
H A D322.md187 - Add degree bounds to `DMCopyFields()`, `DMCopyDS()`, `PetscDSCopy()`, and `PetscDSSelectDiscretiz…
H A D319.md269 - Add `PetscDSCopy()`
/petsc/include/
H A Dpetscds.h191 PETSC_EXTERN PetscErrorCode PetscDSCopy(PetscDS, PetscInt, PetscInt, DM, PetscDS);
/petsc/src/dm/dt/interface/
H A Ddtds.c3911 PetscErrorCode PetscDSCopy(PetscDS ds, PetscInt minDegree, PetscInt maxDegree, DM dmNew, PetscDS ds… in PetscDSCopy() function
/petsc/src/dm/interface/
H A Ddm.c6329 PetscCall(PetscDSCopy(ds, minDegree, maxDegree, dm, dsNew)); in DMTransferDS_Internal()
6332 PetscCall(PetscDSCopy(dsIn, minDegree, maxDegree, dm, dsInNew)); in DMTransferDS_Internal()