1Blurb::
2List of variable values to evaluate in a list parameter study
3
4Description::
5The \c list_of_points keyword allows the user to specify, in a
6freeform format, a list of variable values at which to compute a model
7response.
8
9<b> Default Behavior </b>
10
11The user is required to provide a list of points for a list parameter
12study either by specifying it with \c list_of_points or by providing a
13file from which such a list can be read via \c import_points_file.
14There is no default list of points.
15
16<b> Usage Tips </b>
17
18The number of values in the list must be an integer multiple of the
19number of variables. Dakota will verify that this condition is met.
20
21Topics::
22Examples::
23\verbatim
24method
25  list_parameter_study
26    list_of_points =
27                 3.1e6    0.0029    0.31
28                 3.2e6    0.0028    0.32
29                 3.3e6    0.0027    0.34
30                 3.3e6    0.0026    0.36
31\endverbatim
32Theory::
33Faq::
34See_Also::
35