Doxygen
1.9.1
|
Files | |
file | tsgCoreOneDimensional.hpp |
Algorithms and meta-data for the Gauuss, Chebyshev and custom rules. | |
file | tsgOneDimensionalWrapper.hpp |
Cache for one dimensional rules. | |
Classes | |
class | TasGrid::CustomTabulated |
Class providing manipulation of custom tabulated rules, file I/O and structured access to the points, weights, and meta-data. More... | |
class | TasGrid::OneDimensionalWrapper |
A class to cache one dimensional rules, nodes, weight, meta-data, etc. More... | |
class | TasGrid::TableGaussPatterson |
Rule with hard-corded tabulated points and weights. More... | |
Functions | |
CustomTabulated | TasGrid::getSubrules (CustomTabulated &ct, int start_index, int stride, std::string description) |
Generates a subset of rules as a CustomTabulated object. The subset has a short description string given by description and takes the levels of the input ct starting from level start_index with distance stride between consecutive levels. More... | |
CustomTabulated TasGrid::getSubrules | ( | CustomTabulated & | ct, |
int | start_index, | ||
int | stride, | ||
std::string | description | ||
) |
Generates a subset of rules as a CustomTabulated object. The subset has a short description string given by description and takes the levels of the input ct starting from level start_index with distance stride between consecutive levels.