sources.hh File Reference
#include <iostream>
#include <memory>
#include "stdio.h"
#include "matfile.hh"
#include "basics.hh"
#include "formula/elementFormulaRCP.hh"
#include "formula/formula.hh"
#include "formula/piecewiseFormula.hh"
#include "geometry/formula.hh"
#include "operator/compositions.hh"
#include "operator/sparseMatrix.hh"
#include "operator/gmres.hh"
#include "hp2D.hh"
Go to the source code of this file.
Classes | |
class | concepts::ComposeFormulaMatVec< F, DIM, G > |
Computes the Matrix-vector product A * vf, where A is a matrix valued formula and vf a vector valued formula. More... | |
class | concepts::ComposeFormulaVecEntry< F, DIM, G > |
class | concepts::FormulaExpImag1D |
Formula for . More... | |
class | concepts::FormulaExpImag2D |
Formula for . More... | |
class | concepts::FormulaExpImag2DGrad |
Formula for gradient of a plane wave. More... | |
class | concepts::FormulaExpImag2DRadialDer |
Formula for radial derivative of . More... | |
class | concepts::FormulaIncPlaneWaveSource |
Formula for . More... | |
class | concepts::FormulaLayerPlaneWaveLayer |
Formula for plane wave source in layered structure. More... | |
class | concepts::FormulaLayerPlaneWaveLayerGrad |
Formula for gradient of plane wave source in layered structure. More... | |
class | concepts::FormulaLayerPlaneWaveSource |
Formula for plane wave source in layered structure. More... | |
class | concepts::FormulaLayerPlaneWaveSourceGrad |
Formula for plane wave source in layered structure. More... | |
class | concepts::FormulaLayerPlaneWaveTotal |
Formula for plane wave source in layered structure. More... | |
class | concepts::FormulaLayerPlaneWaveTotalGrad |
Formula for gradient of plane wave source in layered structure. More... | |
class | concepts::FormulaNormalOuterSP2D< F > |
Computes the scalar product <n, vf> of the normal n with a vector valued formula vf, the result is a scalar formula in F. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
Macros | |
#define | FRMLAYPW_D 0 |
#define | FRMLAYTOT_D 0 |
Detailed Description
Classes for physical sources, currently only planewave sources
Definition in file sources.hh.
Macro Definition Documentation
◆ FRMLAYPW_D
#define FRMLAYPW_D 0 |
Definition at line 43 of file sources.hh.
◆ FRMLAYTOT_D
#define FRMLAYTOT_D 0 |
Definition at line 44 of file sources.hh.