ConditionR< DeviceType > Struct Template Reference

Kynema API: kynema::solver::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 >

A Kernel which applies the given factor to the system RHS vector.

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::solver::ConditionR< DeviceType >::operator() ( int  i) const
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: