![]() |
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/variables.h"#include "shell_utilities.h"#include "shellq4_local_coordinate_system.hpp"#include "structural_mechanics_application_variables.h"Namespaces | |
| Kratos | |
| REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES. | |
| Kratos::ShellUtilities | |
Typedefs | |
| using | Kratos::ShellUtilities::SizeType = std::size_t |
| using | Kratos::ShellUtilities::IndexType = std::size_t |
Functions | |
| 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) |