![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <walberla_bridge/LatticeWalberla.hpp>#include <walberla_bridge/lattice_boltzmann/LBWalberlaBase.hpp>#include <memory>
Include dependency graph for lb_walberla_init.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| std::shared_ptr< LBWalberlaBase > | new_lb_walberla_cpu (std::shared_ptr< LatticeWalberla > const &lattice, double viscosity, double density, bool single_precision) |
| std::shared_ptr< LBWalberlaBase > | new_lb_walberla_gpu (std::shared_ptr< LatticeWalberla > const &lattice, double viscosity, double density, bool single_precision) |
| void | set_device_id_per_rank () |
| std::shared_ptr< LBWalberlaBase > new_lb_walberla_cpu | ( | std::shared_ptr< LatticeWalberla > const & | lattice, |
| double | viscosity, | ||
| double | density, | ||
| bool | single_precision | ||
| ) |
Definition at line 30 of file lb_walberla_init.cpp.
References density, and stream.
Referenced by ScriptInterface::walberla::LBFluidCPU::make_instance().
| std::shared_ptr< LBWalberlaBase > new_lb_walberla_gpu | ( | std::shared_ptr< LatticeWalberla > const & | lattice, |
| double | viscosity, | ||
| double | density, | ||
| bool | single_precision | ||
| ) |
Definition at line 52 of file lb_walberla_init.cu.
References density, and stream.
Referenced by ScriptInterface::walberla::LBFluidGPU::make_instance().
| void set_device_id_per_rank | ( | ) |
Definition at line 62 of file lb_walberla_init.cu.
Referenced by ScriptInterface::System::CudaInitHandle::do_call_method().