#include <BuildGridDomain.hpp>
|
| static boost::minstd_rand | _generator = boost::minstd_rand((unsigned int)time(0)) |
| |
|
| static PlugIn * | build () |
| |
| static BuildGridDomain & | get (unsigned int=0) |
| |
| static bool | exist (unsigned int rank=0) |
| |
| static bool | record (const std::string file, const std::string desc="") |
| |
| static PlugIn & | get (const std::string &id, unsigned int rank=0) |
| |
| static std::map< std::string, std::vector< PlugIn * > > | get_all_plugin () |
| |
| static std::vector< PlugIn * > | get_all_plugin_vector () |
| |
| static bool | exist (const std::string &id, unsigned int rank=0) |
| |
| static const std::string | class_ID () |
| |
| static BaseClass * | build () |
| |
| static bool | record (const std::string &id, std::string file_name="", std::string desc="") |
| |
| static void | record (std::function< BaseClass *()>, const std::string &, const std::string file="", const std::string desc="") |
| |
| static BaseClass * | new_object (const std::string &) |
| |
| static std::vector< std::string > | get_ID () |
| |
| static std::map< const std::string, std::function< BaseClass *()> > & | get_map () |
| |
| | PlugInInterface () |
| |
| | ObjectFactoryInterface () |
| |
| virtual | ~ObjectFactoryInterface () |
| |
| | ObjectFactory () |
| |
| virtual | ~ObjectFactory () |
| |
| std::vector< PlugIn * > | _subplugin |
| |
| PlugIn * | _current_subplugin |
| |
| const std::string | _ID |
| |
| const std::string | _description |
| |
| PlugIn * | _parent |
| |
| bool | _init |
| |
| bool | _can_run |
| |
| bool | _verbose |
| |
| unsigned int | _current_iter_number |
| |
| unsigned int | _iter_number |
| |
| double | _total_time |
| |
| bool | _stop |
| |
| unsigned int | _every_iter |
| |
| double | _step_time |
| |
| unsigned int | _nb_outputs |
| |
| Math::Expression * | _trigger_if_expr |
| |
| Math::Expression * | _init_if_expr |
| |
| std::chrono::microseconds | _elapsed_time |
| |
◆ BuildGridDomain()
| GranOO3::PlugIn::BuildGridDomain::BuildGridDomain |
( |
| ) |
|
◆ ~BuildGridDomain()
| GranOO3::PlugIn::BuildGridDomain::~BuildGridDomain |
( |
| ) |
|
◆ DECLARE_STD_GRANOO_PLUGIN()
| GranOO3::PlugIn::BuildGridDomain::DECLARE_STD_GRANOO_PLUGIN |
( |
BUILD-GRID- |
DOMAIN | ) |
|
|
private |
◆ parse_xml()
| void GranOO3::PlugIn::BuildGridDomain::parse_xml |
( |
| ) |
|
|
virtual |
◆ run()
| void GranOO3::PlugIn::BuildGridDomain::run |
( |
| ) |
|
|
virtual |
◆ _box
◆ _dispersion
| double GranOO3::PlugIn::BuildGridDomain::_dispersion |
|
private |
◆ _element_number
| double GranOO3::PlugIn::BuildGridDomain::_element_number |
|
private |
◆ _generator
| boost::minstd_rand GranOO3::PlugIn::BuildGridDomain::_generator = boost::minstd_rand((unsigned int)time(0)) |
|
staticprivate |
◆ _lx
| double GranOO3::PlugIn::BuildGridDomain::_lx |
|
private |
◆ _ly
| double GranOO3::PlugIn::BuildGridDomain::_ly |
|
private |
◆ _lz
| double GranOO3::PlugIn::BuildGridDomain::_lz |
|
private |
◆ _perfect_boundary
| bool GranOO3::PlugIn::BuildGridDomain::_perfect_boundary |
|
private |
◆ _radius_dispersion
| double GranOO3::PlugIn::BuildGridDomain::_radius_dispersion |
|
private |
The documentation for this class was generated from the following files: