Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c162 PetscCall(MatCeedSetContextReal(user->mat_ijacobian, "ijacobian time shift", shift)); in FormIJacobian_NS()
167 } else PetscCall(MatCeedAssembleCOO(user->mat_ijacobian, J)); in FormIJacobian_NS()
173 PetscCall(MatCeedAssembleCOO(user->mat_ijacobian, J_pre)); in FormIJacobian_NS()
313 if (user->mat_ijacobian) { in TSSolve_NS()
329 if (user->mat_ijacobian) { in TSSolve_NS()
337 … PetscCall(CreateSolveOperatorsFromMatCeed(ksp, user->mat_ijacobian, PETSC_FALSE, &Amat, &Pmat)); in TSSolve_NS()
338 PetscCall(TSSetIJacobian(*ts, user->mat_ijacobian, Pmat, NULL, NULL)); in TSSolve_NS()
H A Dsetuplibceed.c472 PetscCall(MatCreateCeed(user->dm, user->dm, op_ijacobian, NULL, &user->mat_ijacobian)); in SetupLibceed()
473 PetscCall(MatCeedSetLocalVectors(user->mat_ijacobian, user->Q_dot_loc, NULL)); in SetupLibceed()
/libCEED/examples/fluids/
H A Dnavierstokes.c317 PetscCall(MatDestroy(&user->mat_ijacobian)); in main()
H A Dnavierstokes.h182 Mat mat_ijacobian; member