- Jun 28, 2017
-
-
Sebastian Eibl authored
made SendBuffer memory access more high level See merge request !22
-
- Jun 27, 2017
-
-
Sebastian Eibl authored
-
- Jun 26, 2017
-
-
Sebastian Eibl authored
extended SendBuffer with low level memory functions See merge request !21
-
- Jun 23, 2017
-
-
Sebastian Eibl authored
-
- Jun 20, 2017
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jun 09, 2017
-
-
Christian Godenschwager authored
Fixed a bug related improperly passing through parse_symtab call when extended U… See merge request !18
-
- Jun 07, 2017
-
-
Sebastian Eibl authored
Resolve "loadBlockData/saveBlockData not working for pe" Closes #19 See merge request !19
-
- Jun 02, 2017
-
-
Sebastian Eibl authored
-
- May 31, 2017
-
-
Christoph Rettinger authored
-
- May 30, 2017
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
- May 23, 2017
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- May 19, 2017
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
Arash Partow authored
Fixed a bug related improperly passing through parse_symtab call when extended USR is called recursively. Fixed problem related to case-sensitivity of locally defined variables Fixed problem related to compilation with latest version of clang (version 5.0.0 trunk 303036) Minor code cleanup
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- May 17, 2017
-
-
Christian Godenschwager authored
move mpi stubs into walberla::mpistubs namespace Closes #18 See merge request !17
-
- May 16, 2017
-
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
Dominik Thoennes authored
-
- May 09, 2017
-
-
Sebastian Eibl authored
-
- May 08, 2017
-
-
Sebastian Eibl authored
Replaces exception thrown on getBlock with NULL See merge request !12
-
Felix Winterhalter authored
-
- May 05, 2017
-
-
Sebastian Eibl authored
Adding special documentation for modules (pe) See merge request !14
-
Sebastian Eibl authored
-
Sebastian Eibl authored
New PE Body: Union See merge request !4
-
- May 04, 2017
-
-
Sebastian Eibl authored
-
- May 03, 2017
-
-
Sebastian Eibl authored
WALBERLA_CHECK_FLOAT_EQUAL_EPSILON WALBERLA_CHECK_FLOAT_UNEQUAL_EPSILON WALBERLA_ASSERT_FLOAT_EQUAL_EPSILON WALBERLA_ASSERT_FLOAT_UNEQUAL_EPSILON
-
- Apr 28, 2017
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
Change Box to Capsule in rigidbody communication header See merge request !13
-
Felix Winterhalter authored
-
- Apr 25, 2017
-
-
Sebastian Eibl authored
getMaximumPenetration() getNumberOfContacts() getNumberOfContactsTreated()
-
Martin Bauer authored
two versions available now via CMake switch: - by default the Python module is built without LBM module, since lbmpy can be used for this. Reduces compile time substantially. - if the LBM is needed in python, for example for the lbmpy testsuite it can be included by setting the CMake switch WALBERLA_BUILD_WITH_PYTHON_LBM
-
Martin Bauer authored
- Bug occurred if a BufferSystem (or communication scheme) was copied and the first object went out of scope. - Internally a pointer was kept which was still pointing to the original BufferSystem Fixes #16
-