Spectral Integral Suite in C++
Ex_05.cpp File Reference

Eigenvalues of the diffusion operator. More...

Detailed Description

Eigenvalues of the diffusion operator.

Finds the eigenvalues the system:

\begin{align} \mathrm D^2 u(y)\,-\,4\,u(y) \;=\; 0, \end{align}

with homogenous Dirichlet boundary conditions , \(u(\pm 1) = 0\). where \( \mathrm D = \mathrm d/\mathrm d y \). Analytical solution: \(-4 - n^2\pi^2/4\)

Definition in file Ex_05.cpp.

Include dependency graph for Ex_05.cpp:

Go to the source code of this file.

Typedefs

typedef complex< double > Cd_t
 

Functions

int main ()
 

Typedef Documentation

◆ Cd_t

typedef complex<double> Cd_t

Definition at line 17 of file Ex_05.cpp.

Function Documentation

◆ main()