Home
last modified time | relevance | path

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

/libCEED/examples/solids/include/
H A Dmisc.h29 PetscErrorCode FormJacobian(SNES snes, Vec U, Mat J, Mat J_pre, void *ctx);
/libCEED/examples/solids/src/
H A Dmisc.c78 PetscErrorCode FormJacobian(SNES snes, Vec U, Mat J, Mat J_pre, void *ctx) { in FormJacobian() function
/libCEED/examples/solids/
H A Delasticity.c465 …PetscCall(SNESSetJacobian(snes, jacob_mat[fine_level], jacob_mat[fine_level], FormJacobian, form_j… in main()