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