Class documentation of Concepts

Loading...
Searching...
No Matches
DtNmap2D_visc.hh File Reference
#include "formula.hh"
#include "basics/exceptions.hh"
#include "toolbox/sequence.hh"
#include "space/integral.hh"
#include "formula/elementFormulaContainer.hh"
#include "formula/formulas2D.hh"
#include "formula/bessel.hh"
#include "formula/frmE_product.hh"
#include "function/vector.hh"
#include "operator/sparseMatrix.hh"
#include "hp1D/linearForm.hh"

Go to the source code of this file.

Classes

class  concepts::Wsym_x< dim >
 
class  concepts::Wsym_y< dim >
 
class  concepts::Wunsym_x< dim >
 
class  concepts::Wunsym_y< dim >
 

Namespaces

namespace  concepts
 

Enumerations

enum  dimproj { dimX , dimY , dimZ , dimdiv }
 

Functions

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< Cmplxconcepts::ReadEigenValuesFromFile (const int NDtN_given, const std::string Filename)
 

Detailed Description

Eigenbasis for the wave equation with viscosity in 2D

Author
Adrien Semin, 2013

Definition in file DtNmap2D_visc.hh.