OGS
EqTData.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 "Base.h"
7
9{
10template <int DisplacementDim>
16// Explicit instantiation declarations to avoid multiple-definition issues.
17extern template struct EqTData<2>;
18extern template struct EqTData<3>;
19
20} // namespace ProcessLib::ThermoRichardsMechanics
Eigen::Vector< double, DisplacementDim > GlobalDimVector
static constexpr double nan
Convenience alias for not a number.
constexpr GlobalDimVector< D > DVnan()
Used to set a D dimensional vector to all not-a-number.
GlobalDimVector< DisplacementDim > K_TT_NT_V_dN
Definition EqTData.h:13