Go to the source code of this file.
Classes | |
class | ComplexLess< T > |
Function-type-object to perform comparison of complex data types Needed to sort the complex eigenvalues into order based on the size of the real part. More... | |
class | QComplexHarmonicElement< NNODE_1D > |
QComplexHarmonicElement<NNODE_1D> elements are 1D Elements with NNODE_1D nodal points that are used to solve the ComplexHarmonic eigenvalue Problem described by ComplexHarmonicEquations. More... | |
class | ComplexHarmonicProblem< ELEMENT, EIGEN_SOLVER > |
1D ComplexHarmonic problem in unit interval. More... | |
Namespaces | |
EigenproblemShift | |
Namespace for the shift applied to the eigenproblem. | |
Functions | |
int | main (int argc, char **argv) |
///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More... | |
Variables | |
double | EigenproblemShift::Mu = 6.5 |
frac | |
A class for all elements that solve the eigenvalue problem. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////
Driver for 1D Poisson problem
Definition at line 524 of file complex_harmonic.cc.
References ComplexHarmonicProblem< ELEMENT, EIGEN_SOLVER >::solve().
frac |
A class for all elements that solve the eigenvalue problem.
Definition at line 80 of file complex_harmonic.cc.