![]() |
OpenLB 1.8.1
|
#include "generalizedPolynomialChaos.h"#include <numeric>#include <algorithm>#include <stdexcept>#include <iostream>#include <fstream>#include <sys/stat.h>#include <functional>
Include dependency graph for generalizedPolynomialChaos.hh:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | olb |
| Top level namespace for all of OpenLB. | |
| namespace | olb::uq |
Typedefs | |
| template<typename T > | |
| using | LegendreBasis = olb::uq::Polynomials::LegendreBasis<T> |
| template<typename T > | |
| using | HermiteBasis = olb::uq::Polynomials::HermiteBasis<T> |
| using HermiteBasis = olb::uq::Polynomials::HermiteBasis<T> |
Definition at line 46 of file generalizedPolynomialChaos.hh.
| using LegendreBasis = olb::uq::Polynomials::LegendreBasis<T> |
Definition at line 44 of file generalizedPolynomialChaos.hh.