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