- Feb 26, 2018
-
-
Sebastian Eibl authored
Box Capsule Ellipsoid Sphere
-
- Feb 21, 2018
-
-
Christoph Rettinger authored
-
- Feb 14, 2018
-
-
API changes in blockforest::PhantomBlockForest, blockforest::loadbalancing, pe::amr::weight_assignment mpi can now only send/receive walberla::optional instead of boost::optional
-
API change for vtk::VTKOutput::getFilenames
-
- Feb 09, 2018
-
-
Sebastian Eibl authored
-
- Feb 07, 2018
-
-
Sebastian Eibl authored
-
- Jan 31, 2018
-
-
Christian Godenschwager authored
- Avoid that defining points are aligned on a Plane - Improve numerical stability of cross product
-
- Jan 28, 2018
-
-
Michael Kuron authored
Also remove some unneeded boost includes
-
- Jan 27, 2018
-
-
Michael Kuron authored
-
Michael Kuron authored
-
Michael Kuron authored
-
- Jan 18, 2018
-
-
Sebastian Eibl authored
static calcMass and calcInertia functions are now available for all geometries
-
Christoph Rettinger authored
-
Christoph Rettinger authored
[API]: changed body mapping functions: removed most of them, added mapping-decider function, accomodated changes to test cases, added new mapping test case
-
- Jan 12, 2018
-
-
Christian Godenschwager authored
-
- Jan 09, 2018
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
- Jan 08, 2018
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
- Jan 05, 2018
-
-
Martin Bauer authored
-
- Jan 03, 2018
-
-
Christian Godenschwager authored
-
- Dec 20, 2017
-
-
Christian Godenschwager authored
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-
Christoph Rettinger authored
[API]: changed pe coupling mapping functions interfaces, added new mapping functions, adapted test cases and benchmarks
-
- Dec 11, 2017
-
-
Martin Bauer authored
- one python file can now generate multiple source files
-
Martin Bauer authored
-
- Dec 08, 2017
-
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
Sebastian Eibl authored
-
João Victor Tozatti Risso authored
Changes introduced in this commit are the following: - CUDA streams: Add support for asynchronous (un)packing operations using CUDA streams in cuda::communication::GPUPackInfo. Through asynchronous operations it is possible to overlap GPU computation and MPI communication in simulations (e.g. LBM simulations). Asynchronous copies in CUDA require pinned memory on the host, and for that purpose a staging buffer is introduced (i.e. cuda::communication::PinnedMemoryBuffer) in the cuda module, which is used to stage data between the GPU and the MPI buffers. - zyxf layout: Add zyxf field layout support in GPUPackInfo through extensions of the functions in cuda::GPUCopy. - Extended GPUPackInfo test: Add stream and zyxf layout tests to the GPUPackInfoTest to test the proposed implementation. - Extended Kernel: add CUDA stream and shared memory configuration support in cuda::Kernel class. Signed-off-by:
João Victor Tozatti Risso <joaovictortr@protonmail.com>
-
- Nov 29, 2017
-
-
Tobias Leemann authored
-
Tobias Leemann authored
-
- Nov 27, 2017
-
-
Sebastian Eibl authored
-
- Nov 24, 2017
-
-
Tobias Leemann authored
-
- Nov 17, 2017
-
-
Tobias Leemann authored
-
- Nov 14, 2017
-
-
Tobias Leemann authored
-
- Nov 10, 2017
-
-
Sebastian Eibl authored
-
- Nov 09, 2017
-
-
Christoph Rettinger authored
-
Christoph Rettinger authored
-