OGS
IntegrationPointDataSoil.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6namespace ProcessLib
7{
8namespace HeatTransportBHE
9{
10template <typename NodalRowVectorType, typename GlobalDimNodalMatrixType>
12{
13 NodalRowVectorType const N;
14 GlobalDimNodalMatrixType const dNdx;
15 double const integration_weight;
16
18};
19} // namespace HeatTransportBHE
20} // namespace ProcessLib