Home
last modified time | relevance | path

Searched refs:PetscWeakFormCopy (Results 1 – 4 of 4) sorted by relevance

/petsc/doc/changes/
H A D316.md270 - Add `PetscWeakFormCopy()`, `PetscWeakFormClear()`, `PetscWeakFormRewriteKeys()` and `PetscWeakFor…
/petsc/include/
H A Dpetscds.h19 PETSC_EXTERN PetscErrorCode PetscWeakFormCopy(PetscWeakForm, PetscWeakForm);
/petsc/src/dm/dt/interface/
H A Ddtds.c3574 PetscCall(PetscWeakFormCopy(b->wf, (*bNew)->wf)); in DSBoundaryDuplicate_Internal()
3811 PetscCall(PetscWeakFormCopy(wf, newwf)); in PetscDSCopyEquations()
H A Ddtweakform.c255 PetscErrorCode PetscWeakFormCopy(PetscWeakForm wf, PetscWeakForm wfNew) in PetscWeakFormCopy() function