Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex48.c287 static PetscErrorCode THIJacobianLocal_3D_Tridiagonal(DMDALocalInfo *, Node ***, Mat, Mat, THI);
1240 static PetscErrorCode THIJacobianLocal_3D_Tridiagonal(DMDALocalInfo *info, Node ***x, Mat A, Mat B,… function
1499 …PetscCall(DMDASNESSetJacobianLocal(da, (DMDASNESJacobianFn *)THIJacobianLocal_3D_Tridiagonal, thi)…