/home/runner/work/kynema/kynema/kynema/src/elements/elements.hpp Source File
Kynema API
A flexible multibody structural dynamics code for wind turbines
|
Loading...
Searching...
No Matches
elements.hpp
Go to the documentation of this file.
Definition calculate_constraint_output.hpp:8
Contains the field variables needed to compute the per-element contributions to the residual vector a...
Definition beams.hpp:22
A container providing handle to all structural elements present in the model.
Definition elements.hpp:20
size_t NumElementsInSystem() const
Returns the total number of elements across all types in the system.
Definition elements.hpp:31
Kokkos::View< size_t *, DeviceType > NumberOfNodesPerElement() const
Returns the number of nodes per element for each element in the system.
Definition elements.hpp:41
Elements(Beams< DeviceType > b, Masses< DeviceType > m, Springs< DeviceType > s)
Definition elements.hpp:27
Kokkos::View< size_t **, DeviceType > NodeStateIndices() const
Returns the state indices for each node of each element in the system.
Definition elements.hpp:87
Contains field variables for mass elements (aka, rigid bodies) to compute per-element contributions t...
Definition masses.hpp:17
Contains field variables for spring elements to compute per-element contributions to the residual vec...
Definition springs.hpp:14
Generated by