DtNmap2Dvisc.hh
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partDn(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=0)
Definition: DtNmap2Dvisc.hh:123
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partRn(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=1)
Definition: DtNmap2Dvisc.hh:191
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partRntilde(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=1)
Definition: DtNmap2Dvisc.hh:214
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partRt(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=0)
Definition: DtNmap2Dvisc.hh:236
Sequence with operations, output operator, and method of the particular element types.
Definition: sequence.hh:39
std::complex< Real > Cmplx
Type for a complex number. It also depends on the setting of Real.
Definition: typedefs.hh:39
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partDt(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=1)
Definition: DtNmap2Dvisc.hh:146
Sequence< Cmplx > getNSDtNCoeff_Straight2D_partDttilde(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, uint N=1)
Definition: DtNmap2Dvisc.hh:169
Cmplx lambda_j_fast(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, const uint j)
Compute the eigenvalues.
Definition: DtNmap2Dvisc.hh:30
Cmplx lambda_j_slow(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, const uint j)
Compute the eigenvalues.
Definition: DtNmap2Dvisc.hh:55
Cmplx g_slow(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, const uint j)
Compute the coefficients.
Definition: DtNmap2Dvisc.hh:101
Sequence< int > makeRangeSequence(uint n)
Returns the sequence 0,1,...,n-1.
Cmplx g_fast(const Real L, const Real omega, const Real c, const Real rho0, const Real nu, const uint j)
Compute the coefficients.
Definition: DtNmap2Dvisc.hh:80