OGS
|
Created on July 11, 2018, 2:26 PM
Definition in file CreateCreepBGRa.cpp.
#include "CreateCreepBGRa.h"
#include "BaseLib/ConfigTree.h"
#include "CreateLinearElasticIsotropic.h"
#include "CreepBGRa.h"
#include "MechanicsBase.h"
#include "NumLib/CreateNewtonRaphsonSolverParameters.h"
#include "ParameterLib/Parameter.h"
#include "ParameterLib/Utils.h"
Go to the source code of this file.
Namespaces | |
namespace | MaterialLib |
namespace | MaterialLib::Solids |
namespace | MaterialLib::Solids::Creep |
Functions | |
template<int DisplacementDim> | |
std::unique_ptr< MaterialLib::Solids::MechanicsBase< DisplacementDim > > | MaterialLib::Solids::Creep::createCreepBGRa (std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, BaseLib::ConfigTree const &config) |
template std::unique_ptr< MaterialLib::Solids::MechanicsBase< 2 > > | MaterialLib::Solids::Creep::createCreepBGRa< 2 > (std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, BaseLib::ConfigTree const &config) |
template std::unique_ptr< MaterialLib::Solids::MechanicsBase< 3 > > | MaterialLib::Solids::Creep::createCreepBGRa< 3 > (std::vector< std::unique_ptr< ParameterLib::ParameterBase > > const ¶meters, BaseLib::ConfigTree const &config) |