Classes | Namespaces | Functions
unstructured_sphere_scattering.cc File Reference

Go to the source code of this file.

Classes

class  FourierDecomposedHelmholtzProblem< ELEMENT >
 ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// More...
 

Namespaces

 PlanarWave
 Namespace to test representation of planar wave in spherical polars.
 
 ProblemParameters
 ////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
 

Functions

std::complex< double > PlanarWave::I (0.0, 1.0)
 Imaginary unit. More...
 
void PlanarWave::get_exact_u (const Vector< double > &x, Vector< double > &u)
 Exact solution as a Vector of size 2, containing real and imag parts. More...
 
void PlanarWave::plot ()
 Plot. More...
 
Vector< double > ProblemParameters::Coeff (N_terms, 1.0)
 Coefficients in the exact solution. More...
 
std::complex< double > ProblemParameters::I (0.0, 1.0)
 Imaginary unit. More...
 
void ProblemParameters::get_exact_u (const Vector< double > &x, Vector< double > &u)
 Exact solution as a Vector of size 2, containing real and imag parts. More...
 
void ProblemParameters::exact_minus_dudr (const Vector< double > &x, std::complex< double > &flux)
 Get -du/dr (spherical r) for exact solution. Equal to prescribed flux on inner boundary. More...
 
int main (int argc, char **argv)
 Driver code for Fourier decomposed Helmholtz problem. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Driver code for Fourier decomposed Helmholtz problem.

Definition at line 881 of file unstructured_sphere_scattering.cc.

References ProblemParameters::N_fourier.