Home
last modified time | relevance | path

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

/petsc/src/ts/utils/dmplexlandau/tutorials/
H A Dex1f90.F9011 external DMPlexLandauIFunction
54 PetscCallA(TSSetIFunction(ts, PETSC_NULL_VEC, DMPlexLandauIFunction, PETSC_NULL_VEC, ierr))
H A Dex1.c389 PetscCall(TSSetIFunction(ts, NULL, DMPlexLandauIFunction, NULL)); in main()
H A Dex2.c673 PetscCall(TSSetIFunction(ts, NULL, DMPlexLandauIFunction, NULL)); in main()
/petsc/include/
H A Dpetsclandau.h15 PETSC_EXTERN PetscErrorCode DMPlexLandauIFunction(TS, PetscReal, Vec, Vec, Vec, void *);
/petsc/doc/changes/
H A D317.md293 - Add `DMPlexLandauIFunction()` Landau collision operator
/petsc/src/ts/tests/
H A Dex30.c1073 PetscCall(TSSetIFunction(ts, NULL, DMPlexLandauIFunction, NULL)); in main()
/petsc/src/ts/utils/dmplexlandau/
H A Dplexland.c2675 PetscErrorCode DMPlexLandauIFunction(TS ts, PetscReal time_dummy, Vec X, Vec X_t, Vec F, void *actx) in DMPlexLandauIFunction() function