OGS
CreateLinearElasticTransverseIsotropic.h
Go to the documentation of this file.
1
12#pragma once
13
15
16namespace MaterialLib
17{
18namespace Solids
19{
20template <int DisplacementDim>
21std::unique_ptr<LinearElasticTransverseIsotropic<DisplacementDim>>
23 std::vector<std::unique_ptr<ParameterLib::ParameterBase>> const& parameters,
24 std::optional<ParameterLib::CoordinateSystem> const&
25 local_coordinate_system,
26 BaseLib::ConfigTree const& config, const bool skip_type_checking);
27} // namespace Solids
28} // namespace MaterialLib
std::unique_ptr< LinearElasticTransverseIsotropic< DisplacementDim > > createLinearElasticTransverseIsotropic(std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const &parameters, std::optional< ParameterLib::CoordinateSystem > const &local_coordinate_system, BaseLib::ConfigTree const &config, const bool skip_type_checking)