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 | |
class | JacobianOperator |
JacobianOperator. More... | |
Typedefs | |
using | SizeType = std::size_t |
using | IndexType = std::size_t |
typedef std::size_t Kratos::ShellUtilities::IndexType |
typedef std::size_t Kratos::ShellUtilities::SizeType |
double Kratos::ShellUtilities::GetDensity | ( | const Properties & | rProps, |
const IndexType | Index | ||
) |
double Kratos::ShellUtilities::GetOffset | ( | const Properties & | rProps | ) |
double Kratos::ShellUtilities::GetOrientationAngle | ( | const Properties & | rProps, |
const IndexType | Index | ||
) |
double Kratos::ShellUtilities::GetThickness | ( | const Properties & | rProps | ) |
double Kratos::ShellUtilities::GetThickness | ( | const Properties & | rProps, |
const IndexType | Index | ||
) |
void Kratos::ShellUtilities::InterpToStandardGaussPoints | ( | double & | rV1, |
double & | rV2, | ||
double & | rV3 | ||
) |
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< double > & | rV | ) |
void Kratos::ShellUtilities::InterpToStandardGaussPoints | ( | std::vector< Vector > & | rV | ) |
bool Kratos::ShellUtilities::IsOrthotropic | ( | const Properties & | rProps | ) |
|
inline |