1Blurb:: Filename for points at which to evaluate the PCE/SC surrogate
2
3Description::
4
5<b> Default Behavior </b>
6No import of points at which to evaluate the surrogate.
7
8<b> Expected Output </b>
9The PCE/SC surrogate model will be evaluated at the list of points
10(input variable values) provided in the file and results tabulated
11and/or statistics computed at them, depending on the method context.
12
13Topics::
14
15Examples::
16\verbatim
17method
18  polynomial_chaos
19    expansion_order = 4
20    import_approx_points_file = 'import.mcmc_annot.dat'
21      annotated
22\endverbatim
23
24Theory::
25Faq::
26See_Also::
27