Go to the source code of this file.
◆ KRATOS_DECLARE_VIRTUAL_VARIABLE_GETTER
#define KRATOS_DECLARE_VIRTUAL_VARIABLE_GETTER |
( |
|
TValue | ) |
virtual TValue GetValue(const Node& rNode, const Variable<TValue>& rVariable) const = 0 |
◆ KRATOS_DEFINE_HISTORICAL_VARIABLE_GETTER
#define KRATOS_DEFINE_HISTORICAL_VARIABLE_GETTER |
( |
|
TValue | ) |
|
Value: TValue
GetValue(
const Node& rNode,
const Variable<TValue>& rVariable)
const override final \
{ \
return rNode.GetSolutionStepValue(rVariable); \
}
Parameters GetValue(Parameters &rParameters, const std::string &rEntry)
Definition: add_kratos_parameters_to_python.cpp:53
◆ KRATOS_DEFINE_NON_HISTORICAL_VARIABLE_GETTER
#define KRATOS_DEFINE_NON_HISTORICAL_VARIABLE_GETTER |
( |
|
TValue | ) |
|
Value: TValue
GetValue(
const Node& rNode,
const Variable<TValue>& rVariable)
const override final \
{ \
}
Parameters GetValue(const std::string &rEntry)
This method returns the Parameter corresponding to a certain entry.
Definition: kratos_parameters.cpp:423