Home
last modified time | relevance | path

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

/petsc/src/dm/dt/tests/
H A Dex12.c66 PetscCall(PetscWeakFormClear(wf)); in TestSetIndex()
84 PetscCall(PetscWeakFormClear(wf)); in TestSetIndex()
102 PetscCall(PetscWeakFormClear(wf)); in TestSetIndex()
120 PetscCall(PetscWeakFormClear(wf)); in TestSetIndex()
160 PetscCall(PetscWeakFormClear(wf)); in TestAdd()
182 PetscCall(PetscWeakFormClear(wf)); in TestAdd()
204 PetscCall(PetscWeakFormClear(wf)); in TestAdd()
232 PetscCall(PetscWeakFormClear(wf)); in TestSetIndexAdd()
238 PetscCall(PetscWeakFormClear(wf)); in TestSetIndexAdd()
244 PetscCall(PetscWeakFormClear(wf)); in TestSetIndexAdd()
[all …]
/petsc/doc/changes/
H A D316.md270 - Add `PetscWeakFormCopy()`, `PetscWeakFormClear()`, `PetscWeakFormRewriteKeys()` and `PetscWeakFor…
/petsc/include/
H A Dpetscds.h20 PETSC_EXTERN PetscErrorCode PetscWeakFormClear(PetscWeakForm);
/petsc/src/dm/dt/interface/
H A Ddtweakform.c282 PetscErrorCode PetscWeakFormClear(PetscWeakForm wf) in PetscWeakFormClear() function
/petsc/src/dm/impls/plex/
H A Dplex.c10435 PetscCall(PetscWeakFormClear(wf)); in DMCreateMassMatrix_Plex()
10501 PetscCall(PetscWeakFormClear(wf)); in DMCreateGradientMatrix_Plex()