-
- Downloads
"README.md" did not exist on "17f5c76a5cc12b75ecabacd9124c1722f37db92b"
Add dictionary data structure
This dictionary is an alternative for ParameterTree which also holds the type information dynamically. This will be useful in order to decouple operators, assemblers, and solvers.
Showing
- CMakeLists.txt 1 addition, 0 deletionsCMakeLists.txt
- dune/pdelab/common/dictionary.cc 191 additions, 0 deletionsdune/pdelab/common/dictionary.cc
- dune/pdelab/common/dictionary.hh 125 additions, 0 deletionsdune/pdelab/common/dictionary.hh
- dune/pdelab/test/common/CMakeLists.txt 4 additions, 0 deletionsdune/pdelab/test/common/CMakeLists.txt
- dune/pdelab/test/common/test-dictionary.cc 89 additions, 0 deletionsdune/pdelab/test/common/test-dictionary.cc
Loading