OpenLB 1.8.1
Loading...
Searching...
No Matches
generalizedPolynomialChaos.hh File Reference
#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>
 

Typedef Documentation

◆ HermiteBasis

template<typename T >
using HermiteBasis = olb::uq::Polynomials::HermiteBasis<T>

Definition at line 46 of file generalizedPolynomialChaos.hh.

◆ LegendreBasis

template<typename T >
using LegendreBasis = olb::uq::Polynomials::LegendreBasis<T>

Definition at line 44 of file generalizedPolynomialChaos.hh.