ComputeNumSystemDofsReducer< DeviceType > Struct Template Reference

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

A Reduction kernel which sums the number of active degrees of freedom at each node.

Member Function Documentation

◆ operator()()

template<typename DeviceType >
KOKKOS_FUNCTION void kynema::solver::ComputeNumSystemDofsReducer< DeviceType >::operator() ( size_t  i,
size_t &  update 
) const
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: