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