ComputeNumSystemDofsReducer< DeviceType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
kynema::solver::ComputeNumSystemDofsReducer< DeviceType > Struct Template Reference
A Reduction kernel which sums the number of active degrees of freedom at each node. More...
#include <compute_num_system_dofs.hpp>
Public Member Functions | |
KOKKOS_FUNCTION void | operator() (size_t i, size_t &update) const |
Public Attributes | |
Kokkos::View< size_t *, DeviceType >::const_type | active_dofs |
Detailed Description
template<typename DeviceType>
struct kynema::solver::ComputeNumSystemDofsReducer< DeviceType >
struct kynema::solver::ComputeNumSystemDofsReducer< DeviceType >
A Reduction kernel which sums the number of active degrees of freedom at each node.
Member Function Documentation
◆ operator()()
template<typename DeviceType >
|
inline |
Member Data Documentation
◆ active_dofs
template<typename DeviceType >
Kokkos::View<size_t*,DeviceType>::const_type kynema::solver::ComputeNumSystemDofsReducer< DeviceType >::active_dofs |
The documentation for this struct was generated from the following file:
- /home/runner/work/kynema/kynema/kynema/src/solver/compute_num_system_dofs.hpp
Generated by