Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscds.h45 PETSC_EXTERN PetscErrorCode PetscWeakFormGetJacobianPreconditioner(PetscWeakForm, DMLabel, PetscInt…
/petsc/src/dm/dt/interface/
H A Ddtweakform.c619 PetscErrorCode PetscWeakFormGetJacobianPreconditioner(PetscWeakForm wf, DMLabel label, PetscInt val… in PetscWeakFormGetJacobianPreconditioner() function
H A Ddtds.c1655 …PetscCall(PetscWeakFormGetJacobianPreconditioner(ds->wf, NULL, 0, f, g, 0, &n0, &tmp0, &n1, &tmp1,… in PetscDSGetJacobianPreconditioner()
/petsc/src/dm/dt/fe/impls/basic/
H A Dfebasic.c787 …PetscCall(PetscWeakFormGetJacobianPreconditioner(wf, key.label, key.value, fieldI, fieldJ, key.par… in PetscFEIntegrateJacobian_Basic()