Home
last modified time | relevance | path

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

/petsc/doc/changes/
H A D324.md173 - Rename `DMPlexComputeJacobian_Action_Internal()` to `DMPlexComputeJacobianActionByKey()`
/petsc/src/snes/utils/
H A Ddmplexsnes.c510 …PetscCall(DMPlexComputeJacobianActionByKey(plex, jackeys[k], cellIS, 0.0, 0.0, X, NULL, Y, F, ctx)… in DMSNESComputeJacobianAction()
/petsc/include/
H A Dpetscdmplex.h366 PETSC_EXTERN PetscErrorCode DMPlexComputeJacobianActionByKey(DM, PetscFormKey, IS, PetscReal, Petsc…
/petsc/src/dm/impls/plex/
H A Dplexfem.c7002 PetscErrorCode DMPlexComputeJacobianActionByKey(DM dm, PetscFormKey key, IS cellIS, PetscReal t, Pe… in DMPlexComputeJacobianActionByKey() function
H A Dplex.c10400 …PetscCall(DMPlexComputeJacobianActionByKey(dmc, key, cellIS, 0.0, 0.0, ones, NULL, ones, locmass, … in DMCreateMassMatrixLumped_Plex()