ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "config/config.hpp"
#include "EKSpecies.hpp"
#include "LatticeSlice.hpp"
#include <script_interface/ScriptInterface.hpp>
#include <script_interface/auto_parameters/AutoParameters.hpp>
#include <walberla_bridge/LatticeWalberla.hpp>
#include <walberla_bridge/electrokinetics/EKinWalberlaBase.hpp>
#include <utils/Vector.hpp>
#include <utils/math/int_pow.hpp>
#include <cassert>
#include <memory>
#include <optional>
#include <string>
#include <type_traits>
#include <unordered_map>
#include <vector>
Go to the source code of this file.
Classes | |
struct | ScriptInterface::walberla::EKFieldSerializer |
class | ScriptInterface::walberla::EKSpeciesSlice |
Namespaces | |
namespace | ScriptInterface |
namespace | ScriptInterface::walberla |
Typedefs | |
using | ScriptInterface::walberla::DensityBoundaryType = std::optional< double > |
using | ScriptInterface::walberla::FluxBoundaryType = std::optional< Utils::Vector3d > |