WRApplication
External kratos "application" for multiscale time integration.
|
A view with a uniform interface for ModelPart::NodesContainerType, ModelPart::ElementsContainerType, or ModelPart::ConditionsContainerType. More...
Public Types | |
using | iterator = Iterator< IsMutable > |
using | const_iterator = Iterator< false > |
using | size_type = std::size_t |
using | value_type = typename iterator::value_type |
Public Member Functions | |
ContainerProxy () noexcept=default | |
ContainerProxy (WrappedIterator Begin, WrappedIterator End) noexcept | |
const_iterator::value_type | operator[] (size_type Index) const noexcept |
iterator::value_type | operator[] (size_type Index) noexcept |
const_iterator::value_type | at (size_type Index) const noexcept |
iterator::value_type | at (size_type Index) noexcept |
size_type | size () const noexcept |
bool | empty () const noexcept |
const_iterator | cbegin () const noexcept |
const_iterator | begin () const noexcept |
iterator | begin () noexcept |
const_iterator | cend () const noexcept |
const_iterator | end () const noexcept |
iterator | end () noexcept |
A view with a uniform interface for ModelPart::NodesContainerType, ModelPart::ElementsContainerType, or ModelPart::ConditionsContainerType.
ContainerProxy provides uniform access to the Variable s stored in the entities of a container. Entities in the container are wrapped by EntityProxy. In this context, an entity can refer to:
using const_iterator = Iterator<false> |
using iterator = Iterator<IsMutable> |
using size_type = std::size_t |
using value_type = typename iterator::value_type |
|
defaultnoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |
|
inlinenoexcept |