Doxygen
1.9.1
|
Holds the description of a single tensor candidate for inclusion into the grid. More...
#include <tsgDConstructGridGlobal.hpp>
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. | |
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.