OGS
ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType > Struct Template Referencefinal

Detailed Description

template<typename GlobalDimNodalMatrixType>
struct ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType >

Definition at line 25 of file HTLocalAssemblerInterface.h.

#include <HTLocalAssemblerInterface.h>

Public Member Functions

 IntegrationPointData (GlobalDimNodalMatrixType dNdx_, double const &integration_weight_)
 

Public Attributes

GlobalDimNodalMatrixType const dNdx
 
double const integration_weight
 
 EIGEN_MAKE_ALIGNED_OPERATOR_NEW
 

Constructor & Destructor Documentation

◆ IntegrationPointData()

template<typename GlobalDimNodalMatrixType >
ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType >::IntegrationPointData ( GlobalDimNodalMatrixType dNdx_,
double const & integration_weight_ )
inline

Definition at line 27 of file HTLocalAssemblerInterface.h.

29 : dNdx(std::move(dNdx_)), integration_weight(integration_weight_)
30 {
31 }

Member Data Documentation

◆ dNdx

template<typename GlobalDimNodalMatrixType >
GlobalDimNodalMatrixType const ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType >::dNdx

Definition at line 33 of file HTLocalAssemblerInterface.h.

◆ EIGEN_MAKE_ALIGNED_OPERATOR_NEW

template<typename GlobalDimNodalMatrixType >
ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType >::EIGEN_MAKE_ALIGNED_OPERATOR_NEW

Definition at line 36 of file HTLocalAssemblerInterface.h.

◆ integration_weight

template<typename GlobalDimNodalMatrixType >
double const ProcessLib::HT::IntegrationPointData< GlobalDimNodalMatrixType >::integration_weight

Definition at line 34 of file HTLocalAssemblerInterface.h.


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