Lines Matching refs:Jpre

278   Mat            J, Jpre, quadJ = NULL, quadJp = NULL;  in TSAdjointStepBEuler_Private()  local
294 PetscCall(TSGetIJacobian(ts, &J, &Jpre, NULL, NULL)); in TSAdjointStepBEuler_Private()
320 PetscCall(TSComputeSNESJacobian(ts, ts->vec_sol, J, Jpre)); in TSAdjointStepBEuler_Private()
321 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSAdjointStepBEuler_Private()
363 PetscCall(TSComputeSNESJacobian(ts, ts->vec_sol, J, Jpre)); in TSAdjointStepBEuler_Private()
364 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSAdjointStepBEuler_Private()
423 Mat J, Jpre, quadJ = NULL, quadJp = NULL; in TSAdjointStep_Theta() local
436 PetscCall(TSGetIJacobian(ts, &J, &Jpre, NULL, NULL)); in TSAdjointStep_Theta()
476 PetscCall(TSComputeSNESJacobian(ts, ts->vec_sol, J, Jpre)); in TSAdjointStep_Theta()
478 PetscCall(TSComputeSNESJacobian(ts, th->X, J, Jpre)); in TSAdjointStep_Theta()
480 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSAdjointStep_Theta()
527 PetscCall(TSComputeSNESJacobian(ts, th->X0, J, Jpre)); in TSAdjointStep_Theta()
528 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSAdjointStep_Theta()
638 PetscCall(TSComputeSNESJacobian(ts, th->X, J, Jpre)); /* get -f_y */ in TSAdjointStep_Theta()
639 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSAdjointStep_Theta()
746 Mat J, Jpre, quadJ = NULL, quadJp = NULL; in TSForwardStep_Theta() local
756 PetscCall(TSGetIJacobian(ts, &J, &Jpre, NULL, NULL)); in TSForwardStep_Theta()
765 … PetscCall(TSComputeIJacobian(ts, th->ptime0, th->X0, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)); in TSForwardStep_Theta()
781 …PetscCall(TSComputeIJacobian(ts, th->stage_time, th->X, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)… in TSForwardStep_Theta()
797 …PetscCall(TSComputeIJacobian(ts, th->stage_time, ts->vec_sol, th->Xdot, th->shift, J, Jpre, PETSC_… in TSForwardStep_Theta()
799 …PetscCall(TSComputeIJacobian(ts, th->stage_time, th->X, th->Xdot, th->shift, J, Jpre, PETSC_FALSE)… in TSForwardStep_Theta()
801 PetscCall(KSPSetOperators(ksp, J, Jpre)); in TSForwardStep_Theta()