OGS
ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType > Struct Template Referencefinal

Detailed Description

template<typename NodalRowVectorType>
struct ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType >

Definition at line 21 of file SourceTermIntegrationPointData.h.

#include <SourceTermIntegrationPointData.h>

Public Member Functions

 SourceTermIntegrationPointData (NodalRowVectorType N_, double const &integration_weight_)
 

Public Attributes

NodalRowVectorType const N
 
double const integration_weight
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Constructor & Destructor Documentation

◆ SourceTermIntegrationPointData()

template<typename NodalRowVectorType >
ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType >::SourceTermIntegrationPointData ( NodalRowVectorType N_,
double const & integration_weight_ )
inline

Definition at line 23 of file SourceTermIntegrationPointData.h.

25 : N(std::move(N_)), integration_weight(integration_weight_)
26 {
27 }

Member Data Documentation

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<typename NodalRowVectorType >
ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 32 of file SourceTermIntegrationPointData.h.

◆ integration_weight

template<typename NodalRowVectorType >
double const ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType >::integration_weight

Definition at line 30 of file SourceTermIntegrationPointData.h.

◆ N

template<typename NodalRowVectorType >
NodalRowVectorType const ProcessLib::SourceTermIntegrationPointData< NodalRowVectorType >::N

Definition at line 29 of file SourceTermIntegrationPointData.h.


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