![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include "EKinWalberlaImpl.hpp"#include "reactions/EKReactionImplBulk.hpp"#include "reactions/EKReactionImplIndexed.hpp"#include <walberla_bridge/LatticeWalberla.hpp>#include <walberla_bridge/electrokinetics/ek_walberla_init.hpp>#include <walberla_bridge/electrokinetics/reactions/EKReactionBase.hpp>#include <walberla_bridge/electrokinetics/reactions/EKReactionBaseIndexed.hpp>#include <utils/Vector.hpp>#include <memory>
Include dependency graph for ek_walberla_init.cpp:Go to the source code of this file.
Namespaces | |
| namespace | walberla |
| \file PackInfoPdfDoublePrecision.cpp \author pystencils | |
Functions | |
| std::shared_ptr< EKinWalberlaBase > | walberla::new_ek_walberla_cpu (std::shared_ptr< LatticeWalberla > const &lattice, double diffusion, double kT, double valency, Utils::Vector3d ext_efield, double density, bool advection, bool friction_coupling, bool single_precision, bool thermalized, unsigned int seed) |
| std::shared_ptr< EKReactionBase > | walberla::new_ek_reaction_bulk_cpu (std::shared_ptr< LatticeWalberla > const &lattice, typename EKReactionBase::reactants_type const &reactants, double coefficient) |
| std::shared_ptr< EKReactionBaseIndexed > | walberla::new_ek_reaction_indexed_cpu (std::shared_ptr< LatticeWalberla > const &lattice, typename EKReactionBase::reactants_type const &reactants, double coefficient) |