Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscdmplex.h367 PETSC_EXTERN PetscErrorCode DMPlexComputeJacobianByKeyGeneral(DM, DM, PetscFormKey, IS, PetscReal, …
/petsc/src/dm/impls/plex/
H A Dplexfem.c6385 PetscErrorCode DMPlexComputeJacobianByKeyGeneral(DM dmr, DM dmc, PetscFormKey key, IS cellIS, Petsc… in DMPlexComputeJacobianByKeyGeneral() function
H A Dplex.c10512 …PetscCall(DMPlexComputeJacobianByKeyGeneral(ndmr, dmc, key, cellIS, 0.0, 0.0, u, NULL, *derv, *der… in DMCreateGradientMatrix_Plex()