.. _sparsegrid: Generate Sparse Grid Locations ============================== Sparse grid model explorations with Gaussian Polynomial Chaos surrogate model to accelerate experiment design: When generating sparse grid locations, the users can also set the highest order of the Gaussian Polynomial Chaos expansions. The higher of the Polynomial order, the more sparse grid locations will be generated. Just set ```` in ````. Once the experiment data are generated at given sparse grid locations, the Gaussian Polynomial Chaos surrogate can be automatically constructed. See the ``Train ROM`` section on how to train Gaussian Polynomial Chaos surrogate model. Static Model ^^^^^^^^^^^^ .. code:: xml SparseGrid SparseGridSampler, print 1 sparse_grid_construction x, y z1 3 -10 10 -10 10 x, y z1 Dynamic Model ^^^^^^^^^^^^^ When a dynamic model is provided, the users need to set ```` and ```` node in the ````. As illustrated in the following example. .. code:: xml SparseGrid SparseGridSampler, print 1 sparse_grid_construction x0, y0, z0 time True x,y,z 3 4 1 4 1 4 1 inputGroup outputGroup