Home
last modified time | relevance | path

Searched refs:DMPlexComputeBdJacobianSingleByLabel (Results 1 – 3 of 3) sorted by relevance

/petsc/doc/changes/
H A D324.md178 - Add `DMPlexComputeBdResidualSingleByKey()` and `DMPlexComputeBdJacobianSingleByLabel()`
/petsc/include/
H A Dpetscdmplex.h469 PETSC_EXTERN PetscErrorCode DMPlexComputeBdJacobianSingleByLabel(DM, PetscWeakForm, DMLabel, PetscI…
/petsc/src/dm/impls/plex/
H A Dplexfem.c5906 PetscErrorCode DMPlexComputeBdJacobianSingleByLabel(DM dm, PetscWeakForm wf, DMLabel label, PetscIn… in DMPlexComputeBdJacobianSingleByLabel() function
6109 …PetscCall(DMPlexComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, … in DMPlexComputeBdJacobianSingle()
6143 …PetscCall(DMPlexComputeBdJacobianSingleByLabel(dm, wf, label, numValues, values, fieldI, facetIS, … in DMPlexComputeBdJacobian_Internal()