#include <multifluid_eosterms.hpp>
|
template<typename TauType , typename DeltaType > |
auto | alphar (const TauType &tau, const DeltaType &delta) const |
|
|
template<typename vectype , typename XType > |
static auto | Clenshaw1D (const vectype &c, const XType &ind) |
| Clenshaw evaluation of a Chebyshev expansion in 1D.
|
|
template<typename MatType , typename XType > |
static auto | Clenshaw1DByRow (const MatType &c, const XType &ind) |
| Clenshaw evaluation of one dimensional flattening of the Chebyshev expansion.
|
|
template<typename MatType , typename XType , typename YType > |
static auto | Clenshaw2DEigen (const MatType &a, const XType &x, const YType &y) |
|
The contribution is a Chebyshev expansion in two dimensions
Definition at line 254 of file multifluid_eosterms.hpp.
◆ alphar()
template<typename TauType , typename DeltaType >
auto teqp::Chebyshev2DEOSTerm::alphar |
( |
const TauType & | tau, |
|
|
const DeltaType & | delta ) const |
|
inline |
◆ Clenshaw1D()
template<typename vectype , typename XType >
static auto teqp::Chebyshev2DEOSTerm::Clenshaw1D |
( |
const vectype & | c, |
|
|
const XType & | ind ) |
|
inlinestatic |
◆ Clenshaw1DByRow()
template<typename MatType , typename XType >
static auto teqp::Chebyshev2DEOSTerm::Clenshaw1DByRow |
( |
const MatType & | c, |
|
|
const XType & | ind ) |
|
inlinestatic |
Clenshaw evaluation of one dimensional flattening of the Chebyshev expansion.
Definition at line 277 of file multifluid_eosterms.hpp.
◆ Clenshaw2DEigen()
template<typename MatType , typename XType , typename YType >
static auto teqp::Chebyshev2DEOSTerm::Clenshaw2DEigen |
( |
const MatType & | a, |
|
|
const XType & | x, |
|
|
const YType & | y ) |
|
inlinestatic |
Clenshaw evaluation of the complete expansion
- Parameters
-
a | Matrix |
x | The first argument, in [-1,1] |
y | The second argument, in [-1,1] |
Definition at line 308 of file multifluid_eosterms.hpp.
Eigen::ArrayXXd teqp::Chebyshev2DEOSTerm::a |
◆ deltamax
double teqp::Chebyshev2DEOSTerm::deltamax = -1 |
◆ deltamin
double teqp::Chebyshev2DEOSTerm::deltamin = -1 |
◆ taumax
double teqp::Chebyshev2DEOSTerm::taumax = -1 |
◆ taumin
double teqp::Chebyshev2DEOSTerm::taumin = -1 |
The documentation for this class was generated from the following file: