/home/runner/work/kynema/kynema/kynema/src/solver/contribute_beams_to_vector.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
contribute_beams_to_vector.hpp
Go to the documentation of this file.
Definition calculate_error_sum_squares.hpp:5
A Kernel which sums the residual contributions computed at each node in a beam into the correct locat...
Definition contribute_beams_to_vector.hpp:12
ConstView< double **[6]> elements
Definition contribute_beams_to_vector.hpp:24
typename TeamPolicy::member_type member_type
Definition contribute_beams_to_vector.hpp:14
LeftView< double *[1]> vector
Definition contribute_beams_to_vector.hpp:25
Kokkos::View< ValueType, Kokkos::LayoutLeft, DeviceType > LeftView
Definition contribute_beams_to_vector.hpp:20
Kokkos::TeamPolicy< typename DeviceType::execution_space > TeamPolicy
Definition contribute_beams_to_vector.hpp:13
KOKKOS_FUNCTION void operator()(member_type member) const
Definition contribute_beams_to_vector.hpp:28
ConstView< size_t * > num_nodes_per_element
Definition contribute_beams_to_vector.hpp:22
Kokkos::View< ValueType, DeviceType > View
Definition contribute_beams_to_vector.hpp:16
typename View< ValueType >::const_type ConstView
Definition contribute_beams_to_vector.hpp:18
ConstView< size_t **[6]> element_freedom_table
Definition contribute_beams_to_vector.hpp:23
Generated by