![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <LatticeWalberla.hpp>
Inheritance diagram for ScriptInterface::walberla::LatticeWalberla:
Collaboration diagram for ScriptInterface::walberla::LatticeWalberla:Public Member Functions | |
| LatticeWalberla () | |
| void | do_construct (VariantMap const &args) override |
| std::shared_ptr<::LatticeWalberla > | lattice () |
| std::shared_ptr< const ::LatticeWalberla > | lattice () const |
Public Member Functions inherited from ScriptInterface::AutoParameters< LatticeWalberla > | |
| std::vector< std::string_view > | valid_parameters () const final |
| Variant | get_parameter (const std::string &name) const final |
| void | do_set_parameter (const std::string &name, const Variant &value) final |
| std::vector< std::pair< std::string, Variant > > | serialize_parameters () const final |
Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| ObjectHandle ()=default | |
| ObjectHandle (ObjectHandle const &)=delete | |
| ObjectHandle & | operator= (ObjectHandle const &)=delete |
| virtual | ~ObjectHandle ()=default |
| std::string_view | name () const |
| Context * | context () const |
| Responsible context. | |
| void | construct (VariantMap const ¶ms) |
| Construct the handled object. | |
| VariantMap | get_parameters () const |
| Get current parameters. | |
| void | set_parameter (const std::string &name, const Variant &value) |
| Set single parameter. | |
| Variant | call_method (const std::string &name, const VariantMap ¶ms) |
| Call a method on the object. | |
| virtual Variant | do_call_method (const std::string &, const VariantMap &) |
Local implementation of call_method. | |
| std::string | serialize () const |
Additional Inherited Members | |
Static Public Member Functions inherited from ScriptInterface::ObjectHandle | |
| static ObjectRef | deserialize (const std::string &state, Context &ctx) |
| Make object from serialized state. | |
Protected Member Functions inherited from ScriptInterface::AutoParameters< LatticeWalberla > | |
| AutoParameters ()=default | |
| AutoParameters (std::vector< AutoParameter > &¶ms) | |
| ~AutoParameters () override=default | |
| bool | has_parameter (std::string const &name) const override |
| void | add_parameters (std::vector< AutoParameter > &¶ms) |
| auto const & | get_parameter_insertion_order () const |
Definition at line 42 of file script_interface/walberla/LatticeWalberla.hpp.
|
inline |
Definition at line 49 of file script_interface/walberla/LatticeWalberla.hpp.
References ScriptInterface::AutoParameters< LatticeWalberla >::add_parameters(), and ScriptInterface::AutoParameter::read_only.
|
inlineoverridevirtual |
Reimplemented from ScriptInterface::ObjectHandle.
Definition at line 62 of file script_interface/walberla/LatticeWalberla.hpp.
References System::System::box_geo, Utils::Vector< T, N >::broadcast(), LatticeWalberla::calc_grid_dimensions(), communicator, ScriptInterface::ObjectHandle::context(), System::get_system(), ScriptInterface::get_value(), Utils::hadamard_product(), and ScriptInterface::Context::parallel_try_catch().
|
inline |
Definition at line 90 of file script_interface/walberla/LatticeWalberla.hpp.
|
inline |
Definition at line 91 of file script_interface/walberla/LatticeWalberla.hpp.