Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h40 PETSC_EXTERN PetscErrorCode PetscWeakFormGetJacobian(PetscWeakForm, DMLabel, PetscInt, PetscInt, Pe…
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c790 …PetscCall(PetscWeakFormGetJacobian(wf, key.label, key.value, fieldI, fieldJ, key.part, &n0, &g0_fu… in PetscFEIntegrateJacobian_Basic()
/petsc/src/dm/dt/interface/
H A Ddtweakform.c556 PetscErrorCode PetscWeakFormGetJacobian(PetscWeakForm wf, DMLabel label, PetscInt val, PetscInt f, … in PetscWeakFormGetJacobian() function
H A Ddtds.c1517 …PetscCall(PetscWeakFormGetJacobian(ds->wf, NULL, 0, f, g, 0, &n0, &tmp0, &n1, &tmp1, &n2, &tmp2, &… in PetscDSGetJacobian()