OGS
FractureIdentity2.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
9
10namespace MaterialLib
11{
12namespace Fracture
13{
17template <int DisplacementDim>
19{
20 using VectorType = Eigen::Matrix<double, DisplacementDim, 1>;
21
23};
24
25extern template struct FractureIdentity2<2>;
26extern template struct FractureIdentity2<3>;
27
28} // namespace Fracture
29} // namespace MaterialLib
#define MATERIALLIB_FRACTUREMODELS_EXPORT
Eigen::Matrix< double, DisplacementDim, 1 > VectorType
static MATERIALLIB_FRACTUREMODELS_EXPORT VectorType const value