|
|
const Cmplx | concepts::cmplx_i (0, 1) |
| |
| Real | concepts::sqr (const Real x) |
| |
| int | concepts::sgn (const Real d) |
| |
| Cmplx | concepts::visc_ell_fast (const Cmplx lambda, const Real nu, const Real omega, const Real rho0) |
| |
| Cmplx | concepts::visc_ell_slow (const Cmplx lambda, const Real nu, const Real omega, const Real rho0, const Real c0) |
| |
| Cmplx | concepts::lambda_limit (const Real omega, const Real c0, const int n, const Real L) |
| |
| template<class F , class G > |
| void | concepts::addExactDtN_X_2Dcos_wp (Matrix< Cmplx > &dest, const SpaceOnCells< Real > &spc, const Sequence< F > DtNCoeff, Vector< Cmplx > &rhs, const G &frm, const Sequence< F > DtNCoeffRhs, const Real L=1.0) |
| |
| template<class F , class G > |
| void | concepts::addExactDtN_X_2Dsin_wp (Matrix< Cmplx > &dest, const SpaceOnCells< Real > &spc, const Sequence< F > DtNCoeff, Vector< Cmplx > &rhs, const G &frm, const Sequence< F > DtNCoeffRhs, const Real L=1.0) |
| |
| template<class F , class G > |
| void | concepts::addExactDtN_X_2Dcossin_wp (Matrix< Cmplx > &dest, const SpaceOnCells< Real > &spc, const Sequence< F > DtNCoeff, Vector< Cmplx > &rhs, const G &frm, const Sequence< F > DtNCoeffRhs, const Real L=1.0) |
| |
| template<class F , class G > |
| void | concepts::addExactDtN_X_2Dsincos_wp (Matrix< Cmplx > &dest, const SpaceOnCells< Real > &spc, const Sequence< F > DtNCoeff, Vector< Cmplx > &rhs, const G &frm, const Sequence< F > DtNCoeffRhs, const Real L=1.0) |
| |
| concepts::Sequence< Cmplx > | concepts::ReadEigenValuesFromFile (const int NDtN_given, const std::string Filename) |
| |
Eigenbasis for the wave equation with viscosity in 2D
- Author
- Adrien Semin, 2013
Definition in file DtNmap2D_visc.hh.