|
WRApplication
External kratos "application" for multiscale time integration.
|
Get a ModelPart from a Model by name. More...
#include <basic_pipes.hpp>
Public Member Functions | |
| ModelPartFromModel ()=default | |
| ModelPartFromModel (const std::string &rModelPartName) | |
| ModelPartFromModel (std::string &&rModelPartName) noexcept | |
| ModelPartFromModel (const Parameters &rParameters) | |
| ModelPartFromModel (ModelPartFromModel &&rOther) noexcept=default | |
| ModelPartFromModel (const ModelPartFromModel &rOther)=default | |
| const ModelPart & | operator() (const Model &rModel) const |
Static Public Member Functions | |
| static Parameters | GetDefaultParameters () |
Additional Inherited Members | |
Public Types inherited from Traits< const Model &, const ModelPart & > | |
| using | InputType = const Model & |
| cv-qualified argument type of operator() | |
| using | OutputType = const ModelPart & |
| qualified return type of operator() | |
Get a ModelPart from a Model by name.
|
default |
| ModelPartFromModel | ( | const std::string & | rModelPartName | ) |
|
noexcept |
| ModelPartFromModel | ( | const Parameters & | rParameters | ) |
|
defaultnoexcept |
|
default |
|
static |
|
inline |