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.
|
Internal variables used for metric transformation. More...
#include <shell_3p_element.h>
Public Member Functions | |
KinematicVariables (SizeType Dimension) | |
Public Attributes | |
array_1d< double, 3 > | a_ab_covariant |
array_1d< double, 3 > | b_ab_covariant |
array_1d< double, 3 > | a1 |
array_1d< double, 3 > | a2 |
array_1d< double, 3 > | a3 |
array_1d< double, 3 > | a3_tilde |
double | dA |
Internal variables used for metric transformation.
|
inline |
The default constructor
Dimension | The size of working space dimension |
double Kratos::Shell3pElement::KinematicVariables::dA |