1#@ s*: Label=FastTest
2#@ s*: Label=AcceptanceTest
3
4# DAKOTA INPUT FILE - dakota_textbook_pce.in
5
6environment,
7
8method,
9	polynomial_chaos
10 	  expansion_order = 4				#s0,#s2
11	  expansion_samples  = 250			#s0
12#	  quadrature_order   = 5			#s1
13#	  collocation_points = 30			#s2
14	  samples_on_emulator = 10000 seed = 12347
15	  sample_type lhs
16	  response_levels = .4 .5 .55 .6 .65 .7
17	   .75 .8 .85 .9 1. 1.05 1.15 1.2 1.25 1.3
18	   1.35 1.4 1.5 1.55 1.6 1.65 1.7 1.75
19	  variance_based_decomp
20
21variables,
22	normal_uncertain = 2
23       	  means             =  0.  0.
24	  std_deviations    =  1.  1
25	  descriptors       =  'TF1ln'   'TF2ln'
26
27interface,
28  direct
29#	system asynch evaluation_concurrency = 5
30	  analysis_driver = 'text_book'
31
32responses,
33	response_functions = 3
34	no_gradients
35	no_hessians
36