Doxygen 1.9.1
Toolkit for Adaptive Stochastic Modeling and Non-Intrusive ApproximatioN: Tasmanian v8.2 (development)

Holds the pair of point index and model value, the struct is used in a std::forward_list. More...

#include <tsgDConstructGridGlobal.hpp>

Public Attributes

std::vector< int > point
 The multi-index of the point.
 
std::vector< double > value
 The values of the model outputs at the point.
 

Detailed Description

Holds the pair of point index and model value, the struct is used in a std::forward_list.

Dynamic construction allows the data for the points to be given as input in any arbitrary order. However, points cannot be added to any grid unless some conditions are satisfied, e.g., the resulting set must be connected or lower complete. The nodes that cannot be included yet are stored into a std::forward_list of NodeData structs, the point is kept in a multi-index integer format and the value into a single vector.


The documentation for this struct was generated from the following file: