/home/runner/work/kynema/kynema/kynema/src/elements/beams/interpolation_operations.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
interpolation_operations.hpp File Reference
#include <Kokkos_Core.hpp>
Go to the source code of this file.
Namespaces | |
namespace | kynema |
namespace | kynema::beams |
Functions | |
template<typename shape_matrix_type , typename node_type , typename qp_type > | |
KOKKOS_INLINE_FUNCTION void | kynema::beams::InterpVector3 (const shape_matrix_type &shape_matrix, const node_type &node_v, const qp_type &qp_v) |
template<typename shape_matrix_type , typename node_type , typename qp_type > | |
KOKKOS_INLINE_FUNCTION void | kynema::beams::InterpVector4 (const shape_matrix_type &shape_matrix, const node_type &node_v, const qp_type &qp_v) |
template<typename shape_matrix_type , typename node_type , typename qp_type > | |
KOKKOS_INLINE_FUNCTION void | kynema::beams::InterpQuaternion (const shape_matrix_type &shape_matrix, const node_type &node_v, const qp_type &qp_v) |
template<typename shape_matrix_type , typename jacobian_type , typename node_type , typename qp_type > | |
KOKKOS_INLINE_FUNCTION void | kynema::beams::InterpVector3Deriv (const shape_matrix_type &shape_matrix_deriv, const jacobian_type &jacobian, const node_type &node_v, const qp_type &qp_v) |
template<typename shape_matrix_type , typename jacobian_type , typename node_type , typename qp_type > | |
KOKKOS_INLINE_FUNCTION void | kynema::beams::InterpVector4Deriv (const shape_matrix_type &shape_matrix_deriv, const jacobian_type &jacobian, const node_type &node_v, const qp_type &qp_v) |
Generated by