/home/runner/work/kynema/kynema/kynema/src/dof_management/create_element_freedom_table.hpp File Reference

Kynema API: /home/runner/work/kynema/kynema/kynema/src/dof_management/create_element_freedom_table.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
create_element_freedom_table.hpp File Reference
#include <Kokkos_Core.hpp>
#include "elements/elements.hpp"
#include "state/state.hpp"

Go to the source code of this file.

Classes

struct  kynema::dof::CreateElementFreedomTable_Beams< DeviceType >
 A Kernel that creates the element freedom table which maps each degree of freedom on the beam element to its global component number. More...
 
struct  kynema::dof::CreateElementFreedomTable_Masses< DeviceType >
 A Kernel that creates the element freedom table which maps each degree of freedom on the mass element to its global component number. More...
 
struct  kynema::dof::CreateElementFreedomTable_Springs< DeviceType >
 A Kernel that creates the element freedom table which maps each degree of freedom on the spring element to its global component number. More...
 

Namespaces

namespace  kynema
 
namespace  kynema::dof
 

Functions

template<typename DeviceType >
void kynema::dof::create_element_freedom_table (Elements< DeviceType > &elements, const State< DeviceType > &state)
 Creates the element freedom tables for all of the elements in the system.