![]() |
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 struct is used in order to retrieve values without loosing performance. More...
#include <compute_nodal_gradient_process.h>
Public Member Functions | |
| ~VariableVectorRetriever () override | |
| Destructor. More... | |
| void | GetVariableVector (const Geometry< Node > &rGeometry, const Variable< double > &rVariable, Vector &rVector) override |
| This method fills the vector of values. More... | |
Public Member Functions inherited from Kratos::AuxiliarVariableVectorRetriever | |
| virtual | ~AuxiliarVariableVectorRetriever () |
| Destructor. More... | |
This struct is used in order to retrieve values without loosing performance.
|
inlineoverride |
Destructor.
|
overridevirtual |
This method fills the vector of values.
| rGeometry | The geometry where values are stored |
| rVariable | The variable to retrieve |
| rVector | The vector to fill |
Reimplemented from Kratos::AuxiliarVariableVectorRetriever.