Skip to content

Yaml input

Dominic Kempf requested to merge feature/yaml-input into master

Switch from Dune::ParameterTree to YAML::Node.

This requires the following steps:

  • Find the yaml-cpp library
  • Replace Dune::ParameterTree with YAML::Node
  • Adapt validator
  • Rewrite frontend code generation
  • Rewrite frontend export
  • Actually use nested types
  • Add conversion tool to ParameterTree for Dune stuff
Edited by Dominic Kempf

Merge request reports