Searched refs:FormJacobian (Results 1 – 3 of 3) sorted by relevance
| /libCEED/examples/solids/include/ |
| H A D | misc.h | 29 PetscErrorCode FormJacobian(SNES snes, Vec U, Mat J, Mat J_pre, void *ctx);
|
| /libCEED/examples/solids/src/ |
| H A D | misc.c | 78 PetscErrorCode FormJacobian(SNES snes, Vec U, Mat J, Mat J_pre, void *ctx) { in FormJacobian() function
|
| /libCEED/examples/solids/ |
| H A D | elasticity.c | 465 …PetscCall(SNESSetJacobian(snes, jacob_mat[fine_level], jacob_mat[fine_level], FormJacobian, form_j… in main()
|