OGS  v6.4.0
CreateCohesiveZoneModeI.h
Go to the documentation of this file.
1 
10 #pragma once
11 
12 #include "FractureModelBase.h"
13 
14 namespace MaterialLib
15 {
16 namespace Fracture
17 {
18 namespace CohesiveZoneModeI
19 {
20 template <int DisplacementDim>
21 std::unique_ptr<FractureModelBase<DisplacementDim>> createCohesiveZoneModeI(
22  std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters,
23  BaseLib::ConfigTree const& config);
24 
25 } // namespace CohesiveZoneModeI
26 } // namespace Fracture
27 } // namespace MaterialLib
std::unique_ptr< FractureModelBase< DisplacementDim > > createCohesiveZoneModeI(std::vector< std::unique_ptr< ParameterLib::ParameterBase >> const &parameters, BaseLib::ConfigTree const &config)