/home/runner/work/kynema/kynema/kynema/src/step/assemble_system_matrix.hpp File Reference

Kynema API: /home/runner/work/kynema/kynema/kynema/src/step/assemble_system_matrix.hpp File Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
assemble_system_matrix.hpp File Reference
#include <Kokkos_Core.hpp>
#include <Kokkos_Profiling_ScopedRegion.hpp>
#include "elements/elements.hpp"
#include "solver/contribute_beams_to_sparse_matrix.hpp"
#include "solver/contribute_masses_to_sparse_matrix.hpp"
#include "solver/contribute_springs_to_sparse_matrix.hpp"
#include "solver/solver.hpp"
#include "step_parameters.hpp"

Go to the source code of this file.

Namespaces

namespace  kynema
 
namespace  kynema::step
 

Functions

template<typename DeviceType >
void kynema::step::AssembleSystemMatrix (StepParameters &parameters, Solver< DeviceType > &solver, Elements< DeviceType > &elements)