/home/runner/work/kynema/kynema/kynema/src/solver/compute_num_system_dofs.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
compute_num_system_dofs.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
size_t ComputeNumSystemDofs(const typename Kokkos::View< size_t *, DeviceType >::const_type &active_dofs)
Computes the total number of active degrees of freedom in the system.
Definition compute_num_system_dofs.hpp:27
A Reduction kernel which sums the number of active degrees of freedom at each node.
Definition compute_num_system_dofs.hpp:12
Kokkos::View< size_t *, DeviceType >::const_type active_dofs
Definition compute_num_system_dofs.hpp:13
KOKKOS_FUNCTION void operator()(size_t i, size_t &update) const
Definition compute_num_system_dofs.hpp:16
Generated by