![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "LBWalberlaImpl.hpp"#include <walberla_bridge/Architecture.hpp>#include <walberla_bridge/LatticeWalberla.hpp>#include <walberla_bridge/lattice_boltzmann/LBWalberlaBase.hpp>#include <walberla_bridge/lattice_boltzmann/lb_walberla_init.hpp>#include <memory>
Include dependency graph for lb_walberla_init.cpp: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_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().