- 11 Nov, 2019 1 commit
-
-
For the case that multiple values, i.e. r0 < r1 < r2 are specified, the calculation of number of positions was wrong
-
- 03 Mar, 2019 1 commit
-
-
- 17 Dec, 2018 2 commits
-
-
Timo Koch authored
-
Simon Scholz authored
-
- 30 Nov, 2018 1 commit
-
-
Sina Ackermann authored
* 2x graph not generated
-
- 22 Nov, 2018 1 commit
-
-
- 13 Jul, 2018 1 commit
-
-
Timo Koch authored
-
- 28 Jun, 2018 1 commit
-
-
- 05 Jun, 2018 1 commit
-
-
Bernd Flemisch authored
-
- 02 May, 2018 2 commits
-
-
- 03 Jan, 2018 1 commit
-
-
Timo Koch authored
-
- 20 Dec, 2017 1 commit
-
-
Katharina Heck authored
-
- 29 Nov, 2017 1 commit
-
-
Timo Koch authored
-
- 24 Mar, 2017 2 commits
-
-
Thomas Fetzer authored
[io][cake][cleanup] Remove debug output and other improvements See merge request !407
-
Thomas Fetzer authored
-
- 10 Mar, 2017 5 commits
-
-
Timo Koch authored
* resize instead of push_back is more effecient * Initialize strings in one line * Introduce verbosity concept in all functions * Measure time in test
-
Timo Koch authored
-
Thomas Fetzer authored
-
Thomas Fetzer authored
Simplified treatment of gradingFactor, so all numbers including -1 can be used. Replaced reverse by increasingCellSize, which is more descriptive.
-
Thomas Fetzer authored
Feature/pieceofcake See merge request !354
-
- 08 Mar, 2017 1 commit
-
-
Thomas Fetzer authored
Did not compile, typecasting failed Fix warnings for shadowed variable Fix indentation
-
- 06 Mar, 2017 1 commit
-
-
Martin Beck authored
Removed Yasp from test Updated descriptions Removed unnecessary blank lines, corrected indentation
-
- 31 Jan, 2017 1 commit
-
-
Martin Beck authored
Replacing LinearSpacer/PowerLawSpacer structure with the grading option from gridcreator.hh, which allows to define multiple sets of increasing/ decreasing point distances for angular, radial and axial coordinates.
-
- 03 Jan, 2017 4 commits
-
-
-
Improved the structure of cake grid creator: - Which spacing law to use can now be chosen in the input file - Extra function for creating vectors of coordinates with spacers. This function can be overwritten by the user if necessary - Extra function for implementing the grid into the grid factory given the coordinate vectors Implemented together with MartinB
-
- Using brackets for initializing vectors - Using vectors of polar coordinates in input file
-
- Test for cake grid creator - Cake grid creator class which a builds a hexahedron element, without algorithm - Class for linear spacer, without algorithm - Class for power spacer, without algorithm - Program is comilable and running, only the algorithms remain to be implemented
-