1#@ s*: Label=FastTest
2# DAKOTA INPUT FILE - dakota_mv.in
3
4environment,
5	graphics
6
7method,
8        local_reliability mpp_search no_approx
9	  response_levels = 1.e-5 1.e-4 0.001 0.01 0.1 0.3 0.5 1.0 1.5
10			    -.1 .1 .3 .5 .7 .9 1.1 1.3 1.5
11			    -.1 .1 .3 .5 .7 .9 1.1 1.3 1.5
12
13variables,
14	lognormal_uncertain = 2
15       	  means                 =  1.      1.
16	  std_deviations        =  0.5     0.5
17	  descriptors           =  'TF1ln' 'TF2ln'
18#	uncertain_correlation_matrix =  1       0.3
19#					0.3     1
20
21interface,
22  direct
23	  analysis_driver = 'text_book'
24
25responses,
26	response_functions = 3
27	analytic_gradients
28	no_hessians
29