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
6#include <Eigen/Core>
7
8namespace ProcessLib
9{
10namespace HeatTransportBHE
11{
12template <typename ShapeMatrixType>
14{
15 typename ShapeMatrixType::NodalRowVectorType const N;
16 typename ShapeMatrixType::GlobalDimNodalMatrixType const dNdx;
17 double const integration_weight;
18
20};
21} // namespace HeatTransportBHE
22} // namespace ProcessLib
ShapeMatrixType::GlobalDimNodalMatrixType const dNdx