/home/runner/work/kynema/kynema/kynema/src/model/model.hpp File Reference

Kynema API: /home/runner/work/kynema/kynema/kynema/src/model/model.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
model.hpp File Reference

Go to the source code of this file.

Classes

class  kynema::Model
 Struct to define the connectivity structure of elements, nodes, and constraints defining an Kynema problem. More...
 

Namespaces

namespace  kynema
 

Functions

template<typename DeviceType = Kokkos::Device<Kokkos::DefaultExecutionSpace, Kokkos::DefaultExecutionSpace::memory_space>>
Solver< DeviceType > kynema::CreateSolver (State< DeviceType > &state, Elements< DeviceType > &elements, Constraints< DeviceType > &constraints)
 Compute freedom tables for state, elements, and constraints, then construct and return solver.