Go to the source code of this file.
|
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) |
|