Classes | Functions | Variables
harmonic.cc File Reference

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  QHarmonicElement< NNODE_1D >
 QHarmonicElement<NNODE_1D> elements are 1D Elements with NNODE_1D nodal points that are used to solve the Harmonic eigenvalue Problem described by HarmonicEquations. More...
 
class  HarmonicProblem< ELEMENT, EIGEN_SOLVER >
 1D Harmonic problem in unit interval. More...
 

Functions

int main (int argc, char **argv)
 ///////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////// More...
 

Variables

 frac
 A class for all elements that solve the simple one-dimensional eigenvalue problem. More...
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

///////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////

Driver for 1D Poisson problem

Definition at line 439 of file harmonic.cc.

References HarmonicProblem< ELEMENT, EIGEN_SOLVER >::solve().

Variable Documentation

◆ frac

frac

A class for all elements that solve the simple one-dimensional eigenvalue problem.

Definition at line 62 of file harmonic.cc.