Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dextchemfield.c275 static PetscErrorCode FormDiffusionJacobian(TS ts, PetscReal t, Vec X, Mat Amat, Mat Pmat, void *pt… in FormDiffusionJacobian() function
373 if (user->diffusion) PetscCall(FormDiffusionJacobian(ts, t, X, Amat, Pmat, ptr)); in FormRHSJacobian()