1#@ s*: Label=FastTest
2# DAKOTA INPUT FILE : dakota_portal_frame.in
3
4# This file is a verification test for second-order integration.
5
6environment,
7
8method,
9	local_reliability
10#	  mpp_search x_taylor_mpp
11#	  mpp_search u_taylor_mpp
12	  mpp_search no_approx
13#	  integration second_order		#s1,#s2,#s3
14          num_response_levels = 1
15	  response_levels = 0.0
16#	  complementary distribution		#s2
17
18variables,
19	lognormal_uncertain = 6
20       	  means          = 120. 120. 120. 120.  50.  40.
21	  std_deviations =  12.  12.  12.  12.  15.  12.
22	  descriptors    = 'x1' 'x2' 'x3' 'x4' 'x5' 'x6'
23
24interface,
25	system asynch
26	  analysis_driver = 'portal_frame'
27
28responses,
29	response_functions = 1
30	analytic_gradients
31	no_hessians				#s0
32#	analytic_hessians			#s1,#s2
33#	numerical_hessians			#s3
34#	quasi_hessians bfgs
35