Searched refs:PetscDSCopy (Results 1 – 5 of 5) sorted by relevance
| /petsc/doc/changes/ |
| H A D | 322.md | 187 - Add degree bounds to `DMCopyFields()`, `DMCopyDS()`, `PetscDSCopy()`, and `PetscDSSelectDiscretiz…
|
| H A D | 319.md | 269 - Add `PetscDSCopy()`
|
| /petsc/include/ |
| H A D | petscds.h | 191 PETSC_EXTERN PetscErrorCode PetscDSCopy(PetscDS, PetscInt, PetscInt, DM, PetscDS);
|
| /petsc/src/dm/dt/interface/ |
| H A D | dtds.c | 3911 PetscErrorCode PetscDSCopy(PetscDS ds, PetscInt minDegree, PetscInt maxDegree, DM dmNew, PetscDS ds… in PetscDSCopy() function
|
| /petsc/src/dm/interface/ |
| H A D | dm.c | 6329 PetscCall(PetscDSCopy(ds, minDegree, maxDegree, dm, dsNew)); in DMTransferDS_Internal() 6332 PetscCall(PetscDSCopy(dsIn, minDegree, maxDegree, dm, dsInNew)); in DMTransferDS_Internal()
|