Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c179 PetscCall(MatCeedSetContextReal(honee->mat_ijacobian, "ijacobian time shift", shift)); in FormIJacobian_NS()
184 } else PetscCall(MatCeedAssembleCOO(honee->mat_ijacobian, J)); in FormIJacobian_NS()
190 PetscCall(MatCeedAssembleCOO(honee->mat_ijacobian, J_pre)); in FormIJacobian_NS()
426 if (honee->mat_ijacobian) { in TSSolve_NS()
442 if (honee->mat_ijacobian) { in TSSolve_NS()
450 … PetscCall(CreateSolveOperatorsFromMatCeed(ksp, honee->mat_ijacobian, PETSC_FALSE, &Amat, &Pmat)); in TSSolve_NS()
451 PetscCall(TSSetIJacobian(*ts, honee->mat_ijacobian, Pmat, NULL, NULL)); in TSSolve_NS()
H A Dhonee.c94 PetscCall(MatDestroy(&honee_->mat_ijacobian)); in HoneeDestroy()
H A Dsetuplibceed.c282 PetscCall(MatCreateCeed(honee->dm, honee->dm, op_ijacobian, NULL, &honee->mat_ijacobian)); in SetupLibceed()
283 PetscCall(MatCeedSetLocalVectors(honee->mat_ijacobian, honee->Q_dot_loc, NULL)); in SetupLibceed()
/honee/include/
H A Dnavierstokes.h165 Mat mat_ijacobian; member