OGS
IntegrationPointDataBHE.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 ShapeMatrixType>
12{
13 typename ShapeMatrixType::NodalRowVectorType const N;
14 typename ShapeMatrixType::GlobalDimNodalMatrixType const dNdx;
15 double const integration_weight;
16
18};
19} // namespace HeatTransportBHE
20} // namespace ProcessLib
ShapeMatrixType::GlobalDimNodalMatrixType const dNdx