ContributeBeamsToSparseMatrix< CrsMatrixType > Struct Template Reference

Kynema API: kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType > Struct Template Reference
Kynema API
A flexible multibody structural dynamics code for wind turbines
Loading...
Searching...
No Matches
kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType > Struct Template Reference

A Kernel which sums the system matrix contributions computed at each node in a beam into the correct location of the global CRS matrix. More...

#include <contribute_beams_to_sparse_matrix.hpp>

Public Types

using DeviceType = typename CrsMatrixType::device_type
 
using RowDataType = typename CrsMatrixType::values_type::non_const_type
 
using ColIdxType = typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type
 
using TeamPolicy = Kokkos::TeamPolicy< typename DeviceType::execution_space >
 
using member_type = typename TeamPolicy::member_type
 
template<typename ValueType >
using View = Kokkos::View< ValueType, DeviceType >
 
template<typename ValueType >
using ConstView = typename View< ValueType >::const_type
 

Public Member Functions

KOKKOS_FUNCTION void operator() (member_type member) const
 

Public Attributes

double conditioner {}
 
ConstView< size_t * > num_nodes_per_element
 
ConstView< dof::FreedomSignature ** > element_freedom_signature
 
ConstView< size_t **[6]> element_freedom_table
 
ConstView< double ***[6][6]> dense
 
CrsMatrixType sparse
 

Detailed Description

template<typename CrsMatrixType>
struct kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >

A Kernel which sums the system matrix contributions computed at each node in a beam into the correct location of the global CRS matrix.

Member Typedef Documentation

◆ ColIdxType

template<typename CrsMatrixType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::ColIdxType = typename CrsMatrixType::staticcrsgraph_type::entries_type::non_const_type

◆ ConstView

template<typename CrsMatrixType >
template<typename ValueType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::ConstView = typename View<ValueType>::const_type

◆ DeviceType

template<typename CrsMatrixType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::DeviceType = typename CrsMatrixType::device_type

◆ member_type

template<typename CrsMatrixType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::member_type = typename TeamPolicy::member_type

◆ RowDataType

template<typename CrsMatrixType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::RowDataType = typename CrsMatrixType::values_type::non_const_type

◆ TeamPolicy

template<typename CrsMatrixType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::TeamPolicy = Kokkos::TeamPolicy<typename DeviceType::execution_space>

◆ View

template<typename CrsMatrixType >
template<typename ValueType >
using kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::View = Kokkos::View<ValueType, DeviceType>

Member Function Documentation

◆ operator()()

template<typename CrsMatrixType >
KOKKOS_FUNCTION void kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::operator() ( member_type  member) const
inline

Member Data Documentation

◆ conditioner

template<typename CrsMatrixType >
double kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::conditioner {}

◆ dense

template<typename CrsMatrixType >
ConstView<double*** [6][6]> kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::dense

◆ element_freedom_signature

template<typename CrsMatrixType >
ConstView<dof::FreedomSignature**> kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::element_freedom_signature

◆ element_freedom_table

template<typename CrsMatrixType >
ConstView<size_t** [6]> kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::element_freedom_table

◆ num_nodes_per_element

template<typename CrsMatrixType >
ConstView<size_t*> kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::num_nodes_per_element

◆ sparse

template<typename CrsMatrixType >
CrsMatrixType kynema::solver::ContributeBeamsToSparseMatrix< CrsMatrixType >::sparse

The documentation for this struct was generated from the following file: