0
I Use This!
High Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 11 hours ago.
May 21, 2024 — May 21, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
For whatever reason, it doesn't appear to work if we just make the 'diff' target depend on the .cmp.notime file. When running the testsuite on the tester, the .cmp.notime files aren't created and diff errors out. When interactively running 'ctest' at a later time, however, the file is created and the test succeeds. I don't know what is going wrong in the dependencies, but let's require the .cmp.notime already at an earlier time in the dependency graph. More... over 11 years ago
Mention new change. More... over 11 years ago
Fix a typo. More... over 11 years ago
pair new[] with delete[] not delete More... over 11 years ago
Fix output to match what we are now again running (i.e., using MPI). More... over 11 years ago
Allow referencing SOURCE_DIR inside parameter files so that we can refer to input files that sit in the tests/ directory. More... over 11 years ago
Process the stored screen output and other files to get rid of the timing output. This way, we don't have to strip the timing output by hand when copying an output file to the tests directory. More... over 11 years ago
Fix the fact that we weren't running tests in parallel any more. More... over 11 years ago
Get shared lib from current directory, to avoid global paths in the output files. More... over 11 years ago
fix bug in temperature extrapolation, this causes a division by zero, which apparently was no problem so far More... over 11 years ago
Remove the need to specify output directories and plugin shared libs by hand. Rather, do this as part of running cmake. More... over 11 years ago
fix a bug in the iterated IMPES scheme More... over 11 years ago
move the thermal diffusivity function from the material model interface to helper functions More... over 11 years ago
add an assertion More... over 11 years ago
Update these results. More... over 11 years ago
Adjust tests. More... over 11 years ago
Fix an oversight when computing non-dimensional temperatures. More... over 11 years ago
Adjust output. More... over 11 years ago
Fix the same bug again where we accidentally use numeric_limits::min() instead of -numeric_limits::max(). More... over 11 years ago
Adjust output. More... over 11 years ago
Check in the proper file. More... over 11 years ago
Adjust output. More... over 11 years ago
Add a clarification. More... over 11 years ago
Merge Juliane's r1882: Introduce a refinement criterion based on the viscosity. More... over 11 years ago
Minor edits of the previous change. More... over 11 years ago
Merge Juliane's r1881 from her branch: Introduce a minimal refinement level. More... over 11 years ago
Part 2 of Juliane's r1880 from her branch: Allow scaling refinement criteria differently for individual compositional fields. More... over 11 years ago
Part 1 of Juliane's r1880 from her branch: Introduce a new refinement criterion that takes into account only the non-adiabatic part of the temperature. More... over 11 years ago
Make compile after recent changes. More... over 11 years ago
Add some comments, general cleanup. Remove the option of using 'boundary' for position since that was never implemented. More... over 11 years ago