Blurb::
List of variable values to evaluate in a list parameter study

Description::
The \c list_of_points keyword allows the user to specify, in a
freeform format, a list of variable values at which to compute a model
response.

<b> Default Behavior </b>

The user is required to provide a list of points for a list parameter
study either by specifying it with \c list_of_points or by providing a
file from which such a list can be read via \c import_points_file.
There is no default list of points.

<b> Usage Tips </b>

The number of values in the list must be an integer multiple of the
number of variables. Dakota will verify that this condition is met.

Topics::	
Examples::
\verbatim
method
  list_parameter_study
    list_of_points =
                 3.1e6    0.0029    0.31  
                 3.2e6    0.0028    0.32 
                 3.3e6    0.0027    0.34 
                 3.3e6    0.0026    0.36 
\endverbatim 
Theory::
Faq::
See_Also::	
