![]() |
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>
Include dependency graph for ek/Implementation.hpp:
This graph shows which files directly or indirectly include this file: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 > > |