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