- 06 Nov, 2018 4 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
Set volume to homogeneous index 0 and set boundaries to increasing indices
-
- 02 Nov, 2018 9 commits
-
-
Lukas Riedel authored
* Update 'test-grid-creation': Check for correct boundary segmentation * Add boundary segmentation datasets * Add boundary segments to GMSH mesh files * Update .mini files with new keys
-
Lukas Riedel authored
* rename `grid.mappingFile` to `grid.mapping.file`. * rename `grid.mappingFileDataset` to `grid.mapping.volume`. * remove `grid.globalIndex`. Same functionality is provided by setting `grid.mapping.volume` to an integer index. * add keys for boundary mapping datasets.
-
Lukas Riedel authored
* Add nested class GridMapper::Boundary for helper functions regarding boundary side identification and handling * Rewrite indexing functions of GridMapper<Grid, rectangular> to also work with lower-dim arrays
-
Lukas Riedel authored
* Add function 'is_none' for checking if user input is 'none' * Move functions 'to_lower' and 'get_grid_extensions' to new header
-
Lukas Riedel authored
* Add module for grid creation * Add author and date information * Improve docstrings of classes and functions
-
Lukas Riedel authored
Also, fix header in transport.hh
-
Lukas Riedel authored
* GridMapper is now called internally by the constructor of GridCreator. The object is not returned by the creator anymore. * Specialize GridMappers for 'gmsh' and 'rectangular' grids and derive them from GridMapperBase * GridMapper now reads the mapping H5 file * The grid is now retrieved from GridCreator * Local element and boundary index maps are now retrieved from GridCreator * Adapt simulations to expect GridCreator as argument Minor changes: * Store file name in H5File * Add free function for lowercasing strings * Add logger to GridMapper
-
Lukas Riedel authored
Resolve "Add a logging framework for command line output" Closes #92 See merge request !106
-
Lukas Riedel authored
[ci skip]
-
- 01 Nov, 2018 1 commit
-
-
Lukas Riedel authored
-
- 31 Oct, 2018 1 commit
-
-
Lukas Riedel authored
-
- 29 Oct, 2018 5 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
* default logger for scaling is Richards * pass logger to scaling adapters * default logger for interpolators is base * only InterpolatorFactory uses logger
-
Lukas Riedel authored
-
Lukas Riedel authored
Do not display the exception as 'error' message again
-
Lukas Riedel authored
Rename groups.dox files to modules.dox See merge request !118
-
- 27 Oct, 2018 6 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Adapt tests to use new initialization functions
-
Lukas Riedel authored
-
- 26 Oct, 2018 8 commits
-
-
Lukas Riedel authored
* 'inifilename' is no longer available * CalculationController does not take MPIHelper as argument anymore
-
Lukas Riedel authored
Compiler complained about unused variables. Use the variable by discarding it.
-
Lukas Riedel authored
The argument will default to retrieving the base logger
-
Lukas Riedel authored
Resolve "Add scaling field input" Closes #18 and #110 See merge request !110
-
Lukas Riedel authored
Includes information on how to initialize a program conveniently. Add namespace Setup to it.
-
Lukas Riedel authored
* 'Dorie::Setup::init' creates the ParameterTree, the base logger, and the MPIHelper and returns them as a tuple * 'Dorie::Setup::debug_hook' halts the program for attaching a debugger * Adapt executables to new functions * Rename `common/setup_inifile.hh` to `common/setup.hh` * Convert indentation to spaces in `common/setup.hh`
-
Lukas Riedel authored
* Introduce global names for loggers and use them for retrieval * Remove config file keys 'verbose' and fix values for 'logLevel' * Add new functions for creating and retrieving loggers, even without MPIHelper (for critial messages) * Create base loggers in 'main' functions of applications and tests
-
Lukas Riedel authored
-
- 25 Oct, 2018 6 commits
-
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
-
Lukas Riedel authored
* Add formulae for functions implemented * Add doxygen subgroups Parameterization and Interpolators * Add author and date information
-
Lukas Riedel authored
-
Lukas Riedel authored
Evaluation of parameterizations must occur on leaf grid view then.
-