|
teqp 0.23.1
|
#include <multifluid_eosterms.hpp>
Public Member Functions | |
| template<typename TauType, typename DeltaType> | |
| auto | alphar (const TauType &tau, const DeltaType &delta) const |
Static Public Member Functions | |
| 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) |
Public Attributes | |
| Eigen::ArrayXXd | a |
| double | taumin = -1 |
| double | taumax = -1 |
| double | deltamin = -1 |
| double | deltamax = -1 |
The contribution is a Chebyshev expansion in two dimensions
Definition at line 254 of file multifluid_eosterms.hpp.
|
inline |
Definition at line 314 of file multifluid_eosterms.hpp.
|
inlinestatic |
Clenshaw evaluation of a Chebyshev expansion in 1D.
Definition at line 261 of file multifluid_eosterms.hpp.
|
inlinestatic |
Clenshaw evaluation of one dimensional flattening of the Chebyshev expansion.
Definition at line 277 of file multifluid_eosterms.hpp.
|
inlinestatic |
Clenshaw evaluation of the complete expansion
| 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 |
Definition at line 256 of file multifluid_eosterms.hpp.
| double teqp::Chebyshev2DEOSTerm::deltamax = -1 |
Definition at line 257 of file multifluid_eosterms.hpp.
| double teqp::Chebyshev2DEOSTerm::deltamin = -1 |
Definition at line 257 of file multifluid_eosterms.hpp.
| double teqp::Chebyshev2DEOSTerm::taumax = -1 |
Definition at line 257 of file multifluid_eosterms.hpp.
| double teqp::Chebyshev2DEOSTerm::taumin = -1 |
Definition at line 257 of file multifluid_eosterms.hpp.