Classes | Namespaces | Functions | Variables
unstructured_two_d_helmholtz.cc File Reference

Go to the source code of this file.

Classes

class  PMLProblem< ELEMENT >
 ////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////// More...
 

Namespaces

 GlobalParameters
 ////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////
 

Functions

int main (int argc, char **argv)
 Solve 2D Helmholtz problem. More...
 

Variables

double GlobalParameters::Wavenumber = sqrt(50.0)
 Wavenumber (also known as k), k=omega/c. More...
 
double GlobalParameters::K_squared = Wavenumber * Wavenumber
 Square of the wavenumber (also known as k^2) More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Solve 2D Helmholtz problem.

Definition at line 631 of file unstructured_two_d_helmholtz.cc.

References PMLProblem< ELEMENT >::doc_solution().