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

Go to the source code of this file.

Classes

class  PMLProblem< ELEMENT >
 Problem class to demonstrate use of perfectly matched layers for Helmholtz problems. More...
 

Namespaces

namespace  GlobalParameters
 Namespace for the Helmholtz problem parameters.
 

Functions

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

Variables

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

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().