- Mar 26, 2019
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Christoph Rettinger authored
Obtain the force on bounce-back boundaries See merge request walberla/walberla!163
-
Added functionality to LBM boundaries to optionally obtain the hydrodynamic force on those boundaries. Also added tests.
-
- Mar 25, 2019
-
-
Christoph Schwarzmeier authored
undef internal macros in header files See merge request walberla/walberla!183
-
-
- Mar 22, 2019
-
-
Nils Kohl authored
Removing boost/array and boost/integer See merge request walberla/walberla!181
-
Nils Kohl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
moved generic blockforest creation functions from pe/CreateWorld to blockforest/Initialization.h
-
Martin Bauer authored
Removed unused LBM test case Closes #83 See merge request walberla/walberla!176
-
- Mar 21, 2019
-
-
Sebastian Eibl authored
Resolve "possible division by zero in DynamicDiffusive load balancer" Closes #41 See merge request walberla/walberla!178
-
Sebastian Eibl authored
-
Nils Kohl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
use the general classes instead. they support levelwise load balancing via a constructor parameter default is levelwise for backward compatibility
-
Sebastian Eibl authored
Resolve "introduce contact based pe load balancing" Closes #82 See merge request walberla/walberla!174
-
Sebastian Eibl authored
Resolve "possible segfault in DynamicDiffusive load balancer" Closes #42 See merge request walberla/walberla!175
-
Christoph Rettinger authored
Removed boost exception See merge request walberla/walberla!177
-
- Mar 20, 2019
-
-
Nils Kohl authored
This mainly includes an implementation for boost::uint_t::least.
-
Nils Kohl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Christoph Rettinger authored
-
Nils Kohl authored
Note: this could also be done with std::shared_ptr but would require a custom deleter or std::default_delete for array types (see also: https://stackoverflow.com/a/13062069). Also, std::unique_ptr supports operator[] for array types.
-
Nils Kohl authored
-
Nils Kohl authored
-
Nils Kohl authored
Removed boost::array dependency in mpi::BufferDataTypeExtensions (was already partly done as part on #59)
-
Christoph Rettinger authored
-
Sebastian Eibl authored
-
Dominik Thoennes authored
Fix unintialized warning in Config.h when compiling with undef. sanitizer Closes #39 See merge request walberla/walberla!170
-
- Mar 15, 2019
-
-
Christoph Schwarzmeier authored
Fix error when writing fluid field VTK output with OpenMPI version > 2.x.x See merge request walberla/walberla!173
-
Christoph Schwarzmeier authored
-
- Mar 14, 2019
-
-
Christoph Rettinger authored
Added module description for pecoupling See merge request walberla/walberla!172
-
Christoph Rettinger authored
-
- Mar 07, 2019
-
-
Martin Bauer authored
- proper escaping of braces when passing JSON to python - pass information if walberla was built with CUDA to pystencils to support apps that use GPU optionally
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
-
Martin Bauer authored
- allows for nested execution flow (i.e. solver loop inside time loop) - timing tree integration - parallel CUDA stream support
-