Yaml input
Switch from Dune::ParameterTree
to YAML::Node
.
This requires the following steps:
-
Find the yaml-cpp
library -
Replace Dune::ParameterTree
withYAML::Node
-
Adapt validator -
Rewrite frontend code generation -
Rewrite frontend export -
Actually use nested types -
Add conversion tool to ParameterTree
forDune
stuff
Edited by Dominic Kempf