ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <walberla_bridge/lattice_boltzmann/lb_walberla_init.hpp>
#include "LBWalberlaImpl.hpp"
#include <walberla_bridge/Architecture.hpp>
#include <walberla_bridge/LatticeWalberla.hpp>
#include <walberla_bridge/lattice_boltzmann/LBWalberlaBase.hpp>
#include <gpu/DeviceSelectMPI.h>
#include <memory>
Go to the source code of this file.
Functions | |
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_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.
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().