Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c152 PetscErrorCode FormIJacobian_NS(TS ts, PetscReal t, Vec Q, Vec Q_dot, PetscReal shift, Mat J, Mat J… in FormIJacobian_NS() function
314 PetscCall(DMTSSetIJacobian(dm, FormIJacobian_NS, &user)); in TSSolve_NS()