~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to src/kernel/settings/dolfin/Settings.h

  • Committer: logg
  • Date: 2005-10-30 11:30:30 UTC
  • Revision ID: devnull@localhost-20051030113030-bjsg8zjf107lpq54
Tailorized "2005-10-30 05:30:27 by logg"
Save solution at final time to solution.data in ODE solver
if option "save final solution" is set.

Using this option is less expensive than saving the entire solution and is
also guaranteed to give the solution at the end time without interpolation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
      add(Parameter::BOOL, "fixed time step", false);
35
35
      add(Parameter::BOOL, "solve dual problem", false);
36
36
      add(Parameter::BOOL, "save solution", true);
 
37
      add(Parameter::BOOL, "save final solution", false);
37
38
      add(Parameter::BOOL, "adaptive samples", false);
38
39
      add(Parameter::BOOL, "automatic modeling", false);
39
40
      add(Parameter::BOOL, "implicit", false);