Skip to content

Fix/convergencetest command syntax

Timo Koch requested to merge fix/convergencetest_command_syntax into master

This fixes all known bugs with the convergence test (except issue #45 (closed)). It further

  • introduces a new command "convergence_test" that marks a key for a convergence test
  • makes the command order much more flexible, commands get basically sorted by the command type
  • see convtest4.mini for a test of the flexible syntax
  • moves convergence ctest to separate folder

Merge request reports