Skip to content
Snippets Groups Projects
Commit 2a3dc29f authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

MFront; StandardElasticity brick

parent 2e6febb3
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,8 @@ target_link_libraries(MaterialLib_SolidModels_MFront ...@@ -16,7 +16,8 @@ target_link_libraries(MaterialLib_SolidModels_MFront
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH}
"${PROJECT_SOURCE_DIR}/ThirdParty/MGIS") "${PROJECT_SOURCE_DIR}/ThirdParty/MGIS")
include(cmake/modules/tfel) include(cmake/modules/tfel)
mfront_behaviours_check_library(OgsMFrontBehaviour Elasticity) mfront_behaviours_check_library(OgsMFrontBehaviour Elasticity
StandardElasticityBrick)
target_include_directories(MaterialLib_SolidModels_MFront target_include_directories(MaterialLib_SolidModels_MFront
PUBLIC ThirdParty/MGIS/include) PUBLIC ThirdParty/MGIS/include)
......
@DSL Implicit;
@Behaviour StandardElasticityBrick;
@Author Thomas Nagel;
@Date 05/02/2019;
@Algorithm NewtonRaphson;
//@CompareToNumericalJacobian true;
//@NumericallyComputedJacobianBlocks {dfeel_ddeel};
// remove the above blocks once an analytical one is provided.
//@PerturbationValueForNumericalJacobianComputation 1.e-7;
//@JacobianComparisonCriterion 1.e-6; // adjust to your needs
@Brick StandardElasticity;
@Theta 1.; // time integration scheme
@Epsilon 1e-14; // tolerance of local stress integration algorithm
@ModellingHypotheses{".+"};
@RequireStiffnessTensor<UnAltered>;
@Integrator
{
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment