1@Author Helfer Thomas;
2@Date   2/09/2015;
3@Description{
4  This test checks that an exception is throw
5  when a material property is out its physical
6  bounds.
7};
8
9@MaximumNumberOfSubSteps 1;
10@Behaviour<aster> '@MFrontAsterBehavioursBuildPath@' 'astermaterialpropertiesboundscheck';
11@OutOfBoundsPolicy 'None';
12@MaterialProperty<constant> 'YoungModulus'  150.e9;
13@MaterialProperty<constant> 'PoissonRatio'   1;
14
15@ExternalStateVariable 'Temperature' 293.15;
16
17@Times {0.,1};
18