Examples

ex5.c: Nonlinear, time-dependent. Developed from radiative_surface_balance.c
ex17.c: Solves the ODE du/dt = poly(t), u(0) = 0. Tests TSResize for varying size.
ex3.c: Solves 1D heat equation with FEM formulation.
ex9.c: Solves DAE with integrator only on non-algebraic terms
ex28.c: Example application of the Bhatnagar-Gross-Krook (BGK) collision operator.
ex7.c: Solves DAE with integrator only on non-algebraic terms
ex27.c: Particle Basis Landau Example using nonlinear solve + Implicit Midpoint-like time stepping.";
ex14.c: Tests all TSRK types
ex29.c: Tests TS time span
ex15.c: Test conservation properties for 2-variable system
ex11.c: Demonstrates previous memory leak for XXXRegister()
ex25.c: Call PetscInitialize multiple times.
ex30.c: Grid based Landau collision operator with PIC interface with OpenMP setup. (one species per grid)
ex26.c: Solves the trivial ODE 2 du/dt = 1, u(0) = 0.
ex6.c: Solves DAE with integrator only on non-algebraic terms
ex8.c: Solves DAE with integrator only on non-algebraic terms
ex18.c: Solves a DAE with a non-trivial mass matrix.
ex12.c: Tests PetscObjectSetOptions() for TS object
ex35.c: Test of Colorized Scatter Plot.
ex2.c:
ex4.c:
ex10.c: Simple wrapper object to solve DAE of the form:
ex24.c: Test TSComputeIJacobian()
ex13.c: Tests TSTrajectoryGetVecs.
ex21.c: Solves a time-dependent nonlinear PDE.