OGS
CreateCohesiveZoneModeI.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 "FractureModelBase.h"
7
8namespace MaterialLib
9{
10namespace Fracture
11{
12namespace CohesiveZoneModeI
13{
14template <int DisplacementDim>
15std::unique_ptr<FractureModelBase<DisplacementDim>> createCohesiveZoneModeI(
16 std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters,
17 BaseLib::ConfigTree const& config);
18
19} // namespace CohesiveZoneModeI
20} // namespace Fracture
21} // namespace MaterialLib
std::unique_ptr< FractureModelBase< DisplacementDim > > createCohesiveZoneModeI(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, BaseLib::ConfigTree const &config)