Home
last modified time | relevance | path

Searched refs:recompute_jacobian (Results 1 – 2 of 2) sorted by relevance

/petsc/src/ts/impls/rosw/
H A Drosw.c62 …PetscBool recompute_jacobian; /* Recompute the Jacobian at each stage, default is to freeze the… member
1173 if (!ros->recompute_jacobian && !i) { in TSStep_RosW()
1180 …if (!ros->recompute_jacobian && i == s - 1 && lag == 1) PetscCall(SNESSetLagJacobian(snes, lag)); … in TSStep_RosW()
1534 …an at each stage", "TSRosWSetRecomputeJacobian", ros->recompute_jacobian, &ros->recompute_jacobian in TSSetFromOptions_RosW()
1687 ros->recompute_jacobian = flg; in TSRosWSetRecomputeJacobian_RosW()
/petsc/src/ts/impls/eimex/
H A Deimex.c21 …PetscBool recompute_jacobian; /* Recompute the Jacobian at each stage, default is to freeze the… member