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 an auxiliar base class of the VariableVectorRetriever. More...
#include <compute_nodal_gradient_process.h>
Public Member Functions | |
virtual | ~AuxiliarVariableVectorRetriever () |
Destructor. More... | |
virtual void | GetVariableVector (const Geometry< Node > &rGeometry, const Variable< double > &rVariable, Vector &rVector) |
This method fills the vector of values. More... | |
This struct is an auxiliar base class of the VariableVectorRetriever.
|
inlinevirtual |
Destructor.
|
inlinevirtual |
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 in Kratos::VariableVectorRetriever< THistorical >.