/home/runner/work/kynema/kynema/kynema/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::solver::ComputeNumSystemDofsReducer< DeviceType > |
A Reduction kernel which sums the number of active degrees of freedom at each node. More... | |
Namespaces | |
namespace | kynema |
namespace | kynema::solver |
Functions | |
template<typename DeviceType > | |
size_t | kynema::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. | |
Generated by