KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
|
This is the complete list of members for Kratos::IndirectScalar< T, S >, including all inherited members.
IndirectScalar() | Kratos::IndirectScalar< T, S > | inline |
IndirectScalar(std::function< void(T)> set, std::function< T()> get) | Kratos::IndirectScalar< T, S > | inline |
operator T() const | Kratos::IndirectScalar< T, S > | inline |
operator*=(const T value) | Kratos::IndirectScalar< T, S > | inline |
operator+=(const T value) | Kratos::IndirectScalar< T, S > | inline |
operator-=(const T value) | Kratos::IndirectScalar< T, S > | inline |
operator/=(const T value) | Kratos::IndirectScalar< T, S > | inline |
operator=(const T value) | Kratos::IndirectScalar< T, S > | inline |
print(std::ostream &os) const | Kratos::IndirectScalar< T, S > | inline |
Serializer class | Kratos::IndirectScalar< T, S > | friend |