ConditionR< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::solver::ConditionR< DeviceType > Struct Template Reference
A Kernel which applies the given factor to the system RHS vector. More...
#include <condition_system.hpp>
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (int i) const |
Public Attributes | |
double | conditioner |
Kokkos::View< double *[1], Kokkos::LayoutLeft, DeviceType > | R |
Detailed Description
template<typename DeviceType>
struct kynema::solver::ConditionR< DeviceType >
struct kynema::solver::ConditionR< DeviceType >
A Kernel which applies the given factor to the system RHS vector.
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ conditioner
template<typename DeviceType >
double kynema::solver::ConditionR< DeviceType >::conditioner |
◆ R
template<typename DeviceType >
Kokkos::View<double* [1], Kokkos::LayoutLeft, DeviceType> kynema::solver::ConditionR< DeviceType >::R |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/solver/condition_system.hpp
Generated by