/home/runner/work/kynema-fmb/kynema-fmb/kynema-fmb/src/solver/compute_num_system_dofs.hpp File Reference

Kynema API: /home/runner/work/kynema-fmb/kynema-fmb/kynema-fmb/src/solver/compute_num_system_dofs.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
compute_num_system_dofs.hpp File Reference
#include <Kokkos_Core.hpp>

Go to the source code of this file.

Classes

struct  kynema_fmb::solver::ComputeNumSystemDofsReducer< DeviceType >
 A Reduction kernel which sums the number of active degrees of freedom at each node. More...
 

Namespaces

namespace  kynema_fmb
 
namespace  kynema_fmb::solver
 

Functions

template<typename DeviceType >
size_t kynema_fmb::solver::ComputeNumSystemDofs (const typename Kokkos::View< size_t *, DeviceType >::const_type &active_dofs)
 Computes the total number of active degrees of freedom in the system.