Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D316.md203 - Change `DMPlexComputeBdResidualSingle()` and
230 - Change `DMPlexComputeBdResidualSingle()` to take `PetscFormKey` instead of explicit label/value/f…
H A D324.md177 - Change argument order for `DMPlexComputeBdResidualSingle()` and `DMPlexComputeBdJacobianSingle()`…
/petsc/include/
H A Dpetscdmplex.h466 PETSC_EXTERN PetscErrorCode DMPlexComputeBdResidualSingle(DM, PetscWeakForm, PetscFormKey, Vec, Vec…
/petsc/src/dm/impls/plex/
H A Dplexfem.c5085 PetscErrorCode DMPlexComputeBdResidualSingle(DM dm, PetscWeakForm wf, PetscFormKey key, Vec locX, V… in DMPlexComputeBdResidualSingle() function