Searched refs:DMPlexLandauIJacobian (Results 1 – 7 of 7) sorted by relevance
| /petsc/src/ts/utils/dmplexlandau/tutorials/ |
| H A D | ex1f90.F90 | 12 external DMPlexLandauIJacobian 55 PetscCallA(TSSetIJacobian(ts, J, J, DMPlexLandauIJacobian, PETSC_NULL_VEC, ierr))
|
| H A D | ex1.c | 390 PetscCall(TSSetIJacobian(ts, J, J, DMPlexLandauIJacobian, NULL)); in main()
|
| H A D | ex2.c | 674 PetscCall(TSSetIJacobian(ts, J, J, DMPlexLandauIJacobian, NULL)); in main()
|
| /petsc/include/ |
| H A D | petsclandau.h | 16 PETSC_EXTERN PetscErrorCode DMPlexLandauIJacobian(TS, PetscReal, Vec, Vec, PetscReal, Mat, Mat, voi…
|
| /petsc/doc/changes/ |
| H A D | 317.md | 294 - Add `DMPlexLandauIJacobian()` Landau collision operator
|
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 1074 PetscCall(TSSetIJacobian(ts, J, J, DMPlexLandauIJacobian, NULL)); in main()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | plexland.c | 2746 PetscErrorCode DMPlexLandauIJacobian(TS ts, PetscReal time_dummy, Vec X, Vec U_tdummy, PetscReal sh… in DMPlexLandauIJacobian() function
|