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::SecondVariations Struct Reference

#include <shell_3p_element.h>

Collaboration diagram for Kratos::Shell3pElement::SecondVariations:

Public Member Functions

 SecondVariations (const int &mat_size)
 

Public Attributes

Matrix B11
 
Matrix B22
 
Matrix B12
 

Detailed Description

Internal variables used in the constitutive equations

Constructor & Destructor Documentation

◆ SecondVariations()

Kratos::Shell3pElement::SecondVariations::SecondVariations ( const int mat_size)
inline

The default constructor

Parameters
StrainSizeThe size of the strain vector in Voigt notation

Member Data Documentation

◆ B11

Matrix Kratos::Shell3pElement::SecondVariations::B11

◆ B12

Matrix Kratos::Shell3pElement::SecondVariations::B12

◆ B22

Matrix Kratos::Shell3pElement::SecondVariations::B22

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