|
WRApplication
External kratos "application" for multiscale time integration.
|
Go to the source code of this file.
Classes | |
| class | ContainerProxy< TEntityProxy > |
| A view with a uniform interface for ModelPart::NodesContainerType, ModelPart::ElementsContainerType, or ModelPart::ConditionsContainerType. More... | |
Namespaces | |
| namespace | Kratos |
| namespace | Kratos::WRApp |
Macros | |
| #define | WRAPP_DEFINE_CONTAINER_PROXY_FACTORY(TLocation) |
Functions | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::NodeHistorical, ModelPart > (const ModelPart &rModelPart) |
| Convenience function for constructing immutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::NodeHistorical, ModelPart > (ModelPart &rModelPart) |
| Convenience function for constructing mutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::NodeNonHistorical, ModelPart > (const ModelPart &rModelPart) |
| Convenience function for constructing immutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::NodeNonHistorical, ModelPart > (ModelPart &rModelPart) |
| Convenience function for constructing mutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::Element, ModelPart > (const ModelPart &rModelPart) |
| Convenience function for constructing immutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::Element, ModelPart > (ModelPart &rModelPart) |
| Convenience function for constructing mutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::Condition, ModelPart > (const ModelPart &rModelPart) |
| Convenience function for constructing immutable ContainerProxy instances. | |
| template<> | |
| auto | MakeProxy< Globals::DataLocation::Condition, ModelPart > (ModelPart &rModelPart) |
| Convenience function for constructing mutable ContainerProxy instances. | |
| #define WRAPP_DEFINE_CONTAINER_PROXY_FACTORY | ( | TLocation | ) |