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

Holds the description of a single tensor candidate for inclusion into the grid. More...

#include <tsgDConstructGridGlobal.hpp>

Collaboration diagram for TasGrid::TensorData:

Public Attributes

double weight
 The weight indicates the relative importance of the tensor.
 
std::vector< int > tensor
 Multi-index of the tensor.
 
MultiIndexSet points
 The points associated with the surplus operator, the tensor can be included only when all points are available.
 
std::vector< bool > loaded
 For each point false if the model data is not yet available for the point, true otherwise.
 

Detailed Description

Holds the description of a single tensor candidate for inclusion into the grid.

Some grid, e.g., Global Grids, cannot include a single point at a time, but only enough data to form a tensor. The candidate tensors are stored in a std::forward_list of TensorData until all the points associated with the tensor are provided.


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