ex2.c (1335eab4ef08e2f8ec60986b967bf17f907e9a7c) ex2.c (2e16c0ce58b3a4ec287cbc0a0807bfb0a0fa5ac9)
1
2static char help[] ="Solves a time-dependent nonlinear PDE. Uses implicit\n\
3timestepping. Runtime options include:\n\
4 -M <xg>, where <xg> = number of grid points\n\
5 -debug : Activate debugging printouts\n\
6 -nox : Deactivate x-window graphics\n\n";
7
8/* ------------------------------------------------------------------------

--- 626 unchanged lines hidden (view full) ---

635 test:
636 suffix: tut_2
637 nsize: 4
638 args: -ts_max_steps 10 -ts_monitor -snes_monitor -ksp_monitor
639
640 test:
641 suffix: tut_3
642 nsize: 4
1
2static char help[] ="Solves a time-dependent nonlinear PDE. Uses implicit\n\
3timestepping. Runtime options include:\n\
4 -M <xg>, where <xg> = number of grid points\n\
5 -debug : Activate debugging printouts\n\
6 -nox : Deactivate x-window graphics\n\n";
7
8/* ------------------------------------------------------------------------

--- 626 unchanged lines hidden (view full) ---

635 test:
636 suffix: tut_2
637 nsize: 4
638 args: -ts_max_steps 10 -ts_monitor -snes_monitor -ksp_monitor
639
640 test:
641 suffix: tut_3
642 nsize: 4
643 args: ./ex2 -ts_max_steps 10 -ts_monitor -M 128
643 args: -ts_max_steps 10 -ts_monitor -M 128
644
645TEST*/
644
645TEST*/