grid with linear base functions with boundaries, pentagon cut Generalization of the LinearL0Boundary and LinearBoundary Grids The sparse grid does contain all fullgrids with |l|<a given level, and l_min>l_user For l_user=0 we obtain the LinearL0BoundaryGrid and for l_user=1 we obtain the linear truncated boundary grid
More...
|
static Grid * | unserialize (std::istream &istr) |
|
static Grid * | createBsplineBoundaryGrid (size_t dim, size_t degree) |
| creates a B-spline trapezoid boundary grid More...
|
|
static Grid * | createBsplineClenshawCurtisGrid (size_t dim, size_t degree) |
| creates a B-spline Clenshaw-Curtis grid More...
|
|
static Grid * | createBsplineGrid (size_t dim, size_t degree) |
| creates a B-spline grid More...
|
|
static Grid * | createFundamentalSplineGrid (size_t dim, size_t degree) |
| creates a fundamental spline grid More...
|
|
static Grid * | createGrid (RegularGridConfiguration gridConfig) |
| creates a grid defined by the grid configuration More...
|
|
static Grid * | createLinearBoundaryGrid (size_t dim, level_t boundaryLevel=1) |
| creates a linear boundary grid More...
|
|
static Grid * | createLinearClenshawCurtisBoundaryGrid (size_t dim, level_t boundaryLevel=1) |
| creates a linear Clenshaw-Curtis boundary grid More...
|
|
static Grid * | createLinearClenshawCurtisGrid (size_t dim) |
| creates a linear Clenshaw-Curtis grid More...
|
|
static Grid * | createLinearGrid (size_t dim) |
| Creates and returns a grid without grid points on the boundary (zero boundary conditions) with piecewise linear basis functions. More...
|
|
static Grid * | createLinearGridStencil (size_t dim) |
| creates a stencil for a linear grid (without boundaries) More...
|
|
static Grid * | createLinearStretchedBoundaryGrid (size_t dim) |
| creates a linearstretched truncated boundary grid More...
|
|
static Grid * | createLinearStretchedGrid (size_t dim) |
| creates a linear stretched grid without boundaries More...
|
|
static Grid * | createLinearTruncatedBoundaryGrid (size_t dim) |
| creates a truncated boundary grid=contains all the gridpoints of the fullgrids which have \(|l|<level and li>=l_user\) More...
|
|
static Grid * | createModBsplineClenshawCurtisGrid (size_t dim, size_t degree) |
| creates a modified B-spline Clenshaw-Curtis grid More...
|
|
static Grid * | createModBsplineGrid (size_t dim, size_t degree) |
| creates a modified B-spline grid More...
|
|
static Grid * | createModFundamentalSplineGrid (size_t dim, size_t degree) |
| creates a modified fundamental spline grid More...
|
|
static Grid * | createModLinearClenshawCurtisGrid (size_t dim) |
| creates a modified linear Clenshaw-Curtis grid More...
|
|
static Grid * | createModLinearGrid (size_t dim) |
| creates a modified linear grid More...
|
|
static Grid * | createModLinearGridStencil (size_t dim) |
| creates a stencil for a modified linear grid (without boundaries) More...
|
|
static Grid * | createModPolyClenshawCurtisGrid (size_t dim, size_t degree) |
| creates a modified poly grid with clenshaw curtis points More...
|
|
static Grid * | createModPolyGrid (size_t dim, size_t degree) |
| creates a modified polynomial grid More...
|
|
static Grid * | createModWaveletGrid (size_t dim) |
| creates a modified wavelet grid More...
|
|
static Grid * | createNakBsplineBoundaryCombigridGrid (size_t dim, size_t degree) |
| creates a not a knot B-Spline boundary grid More...
|
|
static Grid * | createPeriodicGrid (size_t dim) |
| creates a periodic grid More...
|
|
static Grid * | createPolyBoundaryGrid (size_t dim, size_t degree, level_t boundaryLevel=1) |
| creates a polynomial grid with truncated boundary More...
|
|
static Grid * | createPolyClenshawCurtisBoundaryGrid (size_t dim, size_t degree, level_t boundaryLevel=1) |
| creates a poly Clenshaw Curtis boundary grid with clenshaw curtis points More...
|
|
static Grid * | createPolyClenshawCurtisGrid (size_t dim, size_t degree) |
| creates a poly grid with clenshaw curtis points More...
|
|
static Grid * | createPolyGrid (size_t dim, size_t degree) |
| creates a polynomial grid More...
|
|
static Grid * | createPrewaveletGrid (size_t dim) |
| creates a prewavelet grid More...
|
|
static Grid * | createSquareRootGrid (size_t dim) |
| creates a square root grid (h-grid) More...
|
|
static Grid * | createWaveletBoundaryGrid (size_t dim) |
| creates a wavelet trapezoid boundary grid More...
|
|
static Grid * | createWaveletGrid (size_t dim) |
| creates a wavelet grid More...
|
|
static GridType | stringToGridType (const std::string &gridType) |
| Conversion from string to grid type. More...
|
|
static Grid * | unserialize (const std::string &istr) |
| reads a grid out of a string More...
|
|
static Grid * | unserialize (std::istream &istr) |
| reads a grid out of a stream More...
|
|
grid with linear base functions with boundaries, pentagon cut Generalization of the LinearL0Boundary and LinearBoundary Grids The sparse grid does contain all fullgrids with |l|<a given level, and l_min>l_user For l_user=0 we obtain the LinearL0BoundaryGrid and for l_user=1 we obtain the linear truncated boundary grid