- 14 Feb, 2019 2 commits
-
-
Lukas Riedel authored
Add test case for initial condition from H5 data file
-
Lukas Riedel authored
* Datafile is specified by "initial.file". * Interpolation type is specified by "initial.interpolation".
-
- 13 Feb, 2019 2 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
Move code previously located in the ScalingAdapter base class into the InterpolatorFactory. Destinguish between YAML nodes and Dune ParameterTree nodes.
-
- 28 Jan, 2019 7 commits
- 22 Jan, 2019 6 commits
-
-
Lukas Riedel authored
Improve documentation structure See merge request !126
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
-
Lukas Riedel authored
Remove parameterization C++ class documentation
-
Lukas Riedel authored
* Remove unused and deprecated Sphinx syntax * Update Mathjax link * Add extension for markdown tables
-
Lukas Riedel authored
* Adjust toctree to have proper sections * Add new doc pages: - Feature overview - Data I/O * Add new doc section 'Introduction' * Rename main file to `index.rst`
-
- 15 Jan, 2019 4 commits
-
-
Lukas Riedel authored
Resolve "GradientFluxAdapter problem" Closes #65 and #62 See merge request !105
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
Throw in constructor of RaviartThomasFluxReconstruction if user input is not supported.
-
Lukas Riedel authored
Several instances where stored in shared_ptrs. This seems like a regression, because the pointers are not actually shared anymore, but the objects are passed by reference.
-
- 14 Jan, 2019 19 commits
-
-
Santiago authored
-
Lukas Riedel authored
Resolve "Implement an abstract base class for initial conditions" Closes #131 See merge request !129
-
Lukas Riedel authored
Resolve "Automatically scale input scaling fields to global grid size" Closes #120 See merge request !133
-
Lukas Riedel authored
Generalization of initial condition specs leads to a change in the API, but it is no new addition to the program. [skip ci]
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
-
Lukas Riedel authored
[ci skip]
-
Lukas Riedel authored
Switch license to GPL-3 See merge request !135
-
Lukas Riedel authored
[ci skip]
-
Lukas Riedel authored
[skip ci]
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Santiago authored
-
Santiago authored
* This modification allows that it is not needed to know a priori the prescription space, which reduces as well the number of needed instantiations. * Moreover, now, the flux reconstruction class does not store any shared pointer or reference can may be easily invalidated.
-
Santiago authored
-
Santiago authored
-