OGS
IntegrationPointDataBHE.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace ProcessLib
14{
15namespace HeatTransportBHE
16{
17template <typename ShapeMatrixType>
19{
20 typename ShapeMatrixType::NodalRowVectorType const N;
21 typename ShapeMatrixType::GlobalDimNodalMatrixType const dNdx;
22 double const integration_weight;
23
25};
26} // namespace HeatTransportBHE
27} // namespace ProcessLib
ShapeMatrixType::GlobalDimNodalMatrixType const dNdx