ContributeSpringsToVector< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::solver::ContributeSpringsToVector< DeviceType > Struct Template Reference
A Kernel which sums the residual contributions computed at each of the nodes in a spring element into the correct location of the global RHS vector. More...
#include <contribute_springs_to_vector.hpp>
Public Types | |
template<typename ValueType > | |
using | View = Kokkos::View< ValueType, DeviceType > |
template<typename ValueType > | |
using | ConstView = typename View< ValueType >::const_type |
template<typename ValueType > | |
using | LeftView = Kokkos::View< ValueType, Kokkos::LayoutLeft, DeviceType > |
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (size_t element) const |
Public Attributes | |
ConstView< size_t *[2][3]> | element_freedom_table |
ConstView< double *[2][3]> | elements |
LeftView< double *[1]> | vector |
Detailed Description
template<typename DeviceType>
struct kynema::solver::ContributeSpringsToVector< DeviceType >
struct kynema::solver::ContributeSpringsToVector< DeviceType >
A Kernel which sums the residual contributions computed at each of the nodes in a spring element into the correct location of the global RHS vector.
Member Typedef Documentation
◆ ConstView
template<typename DeviceType >
template<typename ValueType >
using kynema::solver::ContributeSpringsToVector< DeviceType >::ConstView = typename View<ValueType>::const_type |
◆ LeftView
template<typename DeviceType >
template<typename ValueType >
using kynema::solver::ContributeSpringsToVector< DeviceType >::LeftView = Kokkos::View<ValueType, Kokkos::LayoutLeft, DeviceType> |
◆ View
template<typename DeviceType >
template<typename ValueType >
using kynema::solver::ContributeSpringsToVector< DeviceType >::View = Kokkos::View<ValueType, DeviceType> |
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ element_freedom_table
template<typename DeviceType >
ConstView<size_t* [2][3]> kynema::solver::ContributeSpringsToVector< DeviceType >::element_freedom_table |
◆ elements
template<typename DeviceType >
ConstView<double* [2][3]> kynema::solver::ContributeSpringsToVector< DeviceType >::elements |
◆ vector
template<typename DeviceType >
LeftView<double* [1]> kynema::solver::ContributeSpringsToVector< DeviceType >::vector |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/solver/contribute_springs_to_vector.hpp
Generated by