1#@ TODO REVIEW: Do all tests need NPSOL?
2#@ *: DakotaConfig=HAVE_NPSOL
3#@ Diff in test 5 carried for 1.0e+50 gen rel index (MSE wants to triage)
4#@ *: Label=CarryDiff
5# DAKOTA Input File: dakota_uq_cantilever_taylor2.in
6
7# This file covers second-order reliability index approach (RIA) CDF
8# mappings from response_levels to probability_levels and second-order
9# performance measure approach (PMA) CDF mappings from these
10# probability_levels back to the original response_levels for MVSOSM,
11# x-/u-space AMV^2, x-/u-space AMV^2+, x-/u-space TANA, and SORM.
12
13environment
14	graphics
15
16method,
17	id_method = 'UQ'
18	model_pointer = 'UQ_M'
19	local_reliability
20#	  mpp_search x_taylor_mean			#s1
21#	  mpp_search u_taylor_mean			#s2
22#	  mpp_search x_taylor_mpp			#s3,#s8,#s10,#s12
23#	  mpp_search u_taylor_mpp			#s4,#s9,#s11,#s13
24#	  mpp_search x_two_point			#s5
25#	  mpp_search u_two_point			#s6
26#	  mpp_search no_approx				#s7
27#	  nip
28#	  integration second_order #s3,#s4,#s5,#s6,#s7,#s8,#s9,#s10,#s11,#s12,#s13
29	  output verbose
30#	  num_response_levels = 0 11 11
31#	  response_levels =
32#	  0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
33#	  0.0 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 1.0
34	  num_probability_levels = 0 11 11
35	  probability_levels = 1.1781223736e-03 1.0140642250e-02
36	      5.2949484412e-02 1.7616121376e-01 3.9671123925e-01
37	      6.5056238575e-01 8.4502957725e-01 9.4772602285e-01
38	      9.8645187403e-01 9.9724902938e-01 9.9955171208e-01
39	      1.8778485062e-06 3.5070625918e-05 4.2337800071e-04
40	      3.3703369003e-03 1.8132996308e-02 6.7904417790e-02
41	      1.8323547399e-01 3.7103484006e-01 5.8954258193e-01
42	      7.7938164844e-01 9.0286739571e-01
43	  cumulative distribution
44
45model,
46	id_model = 'UQ_M'
47	single
48	  variables_pointer = 'UQ_V'
49	  interface_pointer = 'UQ_I'
50	  responses_pointer = 'UQ_R'
51
52variables,
53	id_variables = 'UQ_V'
54	continuous_design = 2
55	  initial_point    2.5    2.5
56	  upper_bounds    10.0   10.0
57	  lower_bounds     1.0    1.0
58	  descriptors 'w' 't'
59	normal_uncertain = 4
60	  means             =  40000. 29.E+6 500. 1000.
61	  std_deviations    =  2000. 1.45E+6 100. 100.
62	  descriptors       =  'R' 'E' 'X' 'Y'
63
64interface,
65	id_interface = 'UQ_I'
66	direct
67	  analysis_driver = 'cantilever'
68#	  deactivate evaluation_cache restart_file
69
70responses,
71	id_responses = 'UQ_R'
72	response_functions = 3
73	analytic_gradients
74	analytic_hessians		#s0,#s1,#s2,#s3,#s4,#s5,#s6,#s7
75#	quasi_hessians bfgs #damped	#s12,#s13
76#	quasi_hessians sr1		#s10,#s11
77#	numerical_hessians		#s8,#s9
78#	  fd_hessian_step_size = 1.e-5	#s8,#s9
79