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.
|
#include "includes/define.h"
#include "processes/process.h"
#include "includes/model_part.h"
#include "includes/kratos_parameters.h"
Go to the source code of this file.
Classes | |
struct | Kratos::ComputeNodalGradientProcessSettings |
This struct is used in order to identify when using the hitorical and non historical variables. More... | |
struct | Kratos::AuxiliarVariableVectorRetriever |
This struct is an auxiliar base class of the VariableVectorRetriever. More... | |
struct | Kratos::VariableVectorRetriever< THistorical > |
This struct is used in order to retrieve values without loosing performance. More... | |
class | Kratos::ComputeNodalGradientProcess< THistorical > |
Compute Nodal Gradient process. More... | |
Namespaces | |
Kratos | |
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |