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.
Public Member Functions | Public Attributes | List of all members
Kratos::Shell3pElement::KinematicVariables Struct Reference

Internal variables used for metric transformation. More...

#include <shell_3p_element.h>

Collaboration diagram for Kratos::Shell3pElement::KinematicVariables:

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
 

Detailed Description

Internal variables used for metric transformation.

Constructor & Destructor Documentation

◆ KinematicVariables()

Kratos::Shell3pElement::KinematicVariables::KinematicVariables ( SizeType  Dimension)
inline

The default constructor

Parameters
DimensionThe size of working space dimension

Member Data Documentation

◆ a1

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::a1

◆ a2

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::a2

◆ a3

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::a3

◆ a3_tilde

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::a3_tilde

◆ a_ab_covariant

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::a_ab_covariant

◆ b_ab_covariant

array_1d<double, 3> Kratos::Shell3pElement::KinematicVariables::b_ab_covariant

◆ dA

double Kratos::Shell3pElement::KinematicVariables::dA

The documentation for this struct was generated from the following file: