- Aug 28, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
[ADD] boost* [ADD] mpi* [ADD] openmp* [ADD] portability
-
Sebastian Eibl authored
-
- Aug 27, 2019
-
-
Dominik Thoennes authored
[API] Resolve "move sqlite from postprocessing" Closes #97 See merge request walberla/walberla!222
-
- Aug 26, 2019
-
-
Sebastian Eibl authored
-
- Aug 16, 2019
-
-
Dominik Thoennes authored
To break unneeded dependencies in postprocessing the SQLite part is moved to its own module and namespace. Therefore in the include and the function calls "postprocessing" hast to be removed or replaced by "sqlite" e.g.: #include "postprocessing/sqlite/SQLite.h" -> #include "sqlite/SQLite.h" postprocessing::store... -> sqlite::store...
-
- Aug 14, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
Specialize std::hash<T> for Cell, Vector2, Vector3 See merge request walberla/walberla!221
-
- Aug 12, 2019
-
-
Martin Bauer authored
Fluctuating MRT Closes #80 See merge request walberla/walberla!220
-
-
- Aug 08, 2019
-
-
Michael Kuron authored
This was lost in the migration from boost to std as boost::hash<T> (and thus boost::unordered_map<T,V>) uses hash_value<T> if available and std::hash<T> (and thus std::unordered_map<T,V>) does not.
-
- Aug 02, 2019
-
-
Dominik Thoennes authored
Add cmake option WALBERLA_LOG_SKIPPED See merge request walberla/walberla!219
-
- Jul 31, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jul 30, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Dominik Thoennes authored
-
- Jul 26, 2019
-
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
- Jul 22, 2019
-
-
Christoph Schwarzmeier authored
[API] Rename mathematical constants to make them differ from C macros See merge request walberla/walberla!216
-
Christoph Schwarzmeier authored
-
- Jul 20, 2019
-
-
Sebastian Eibl authored
Silence some libcxx versions' warnings about std::experimental deprecation See merge request walberla/walberla!217
-
- Jul 18, 2019
-
-
Christoph Rettinger authored
[API] Add momentum conservation to the Momentum Exchange Method and hook for PDF destruction See merge request walberla/walberla!215
-
-
Michael Kuron authored
We do our own availability detection in CMake, so we don't care about the deprecation.
-
- Jul 16, 2019
-
-
Dominik Thoennes authored
This option is OFF by default. If turned on cmake will notify if a target cannot be build due to a missing module.
-