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.
Classes | Namespaces | Functions
shell_utilities.h File Reference
#include "includes/define.h"
#include "includes/properties.h"
#include "containers/array_1d.h"
Include dependency graph for shell_utilities.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Kratos::ShellUtilities::JacobianOperator
 JacobianOperator. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 
 Kratos::ShellUtilities
 

Functions

template<class TVec >
void Kratos::ShellUtilities::ShapeFunc (double Xi, double Eta, TVec &rN)
 
template<class TMat >
void Kratos::ShellUtilities::ShapeFunc_NaturalDerivatives (double Xi, const double Eta, TMat &rDN)
 
double Kratos::ShellUtilities::dN_seren_dxi (const int nNode, const double Xi, const double Eta)
 
double Kratos::ShellUtilities::dN_seren_deta (const int nNode, const double Xi, const double Eta)
 
void Kratos::ShellUtilities::InterpToStandardGaussPoints (double &rV1, double &rV2, double &rV3)
 
void Kratos::ShellUtilities::InterpToStandardGaussPoints (std::vector< double > &rV)
 
void Kratos::ShellUtilities::InterpToStandardGaussPoints (std::vector< array_1d< double, 3 > > &rV)
 
void Kratos::ShellUtilities::InterpToStandardGaussPoints (std::vector< array_1d< double, 6 > > &rV)
 
void Kratos::ShellUtilities::InterpToStandardGaussPoints (std::vector< Vector > &rV)
 
bool Kratos::ShellUtilities::IsOrthotropic (const Properties &rProps)
 
double Kratos::ShellUtilities::GetThickness (const Properties &rProps)
 
double Kratos::ShellUtilities::GetThickness (const Properties &rProps, const IndexType Index)
 
double Kratos::ShellUtilities::GetDensity (const Properties &rProps, const IndexType Index)
 
double Kratos::ShellUtilities::GetOrientationAngle (const Properties &rProps, const IndexType Index)
 
double Kratos::ShellUtilities::GetOffset (const Properties &rProps)