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