ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "lb/Solver.hpp"
#include "lb/LBNone.hpp"
#include "lb/LBWalberla.hpp"
#include <memory>
#include <optional>
#include <variant>
Go to the source code of this file.
Classes | |
struct | LB::Solver::Implementation |
Namespaces | |
namespace | LB |
Typedefs | |
using | LB::HydrodynamicsActor = std::variant< std::shared_ptr< LBWalberla >, std::shared_ptr< LBNone > > |