CppNoddy  0.92
Loading...
Searching...
No Matches
src Directory Reference

Files

file  ArcLength_base.cpp [code]
 An implementation of the arclength class.
 
file  BandedLinearSystem.cpp [code]
 Implementation for the LinearSystem class.
 
file  BandedMatrix.cpp [code]
 Implementation of the matrix class that constructs a BANDED matrix as a DenseVector.
 
file  DenseLinearEigenSystem.cpp [code]
 Implementation for the DenseLinearEigenSystem class This class links to LAPACK to perform the solver phase.
 
file  DenseLinearSystem.cpp [code]
 Implementation for the LinearSystem class.
 
file  DenseMatrix.cpp [code]
 Implementation of a DENSE matrix as an Vector of DenseVector.
 
file  DenseVector.cpp [code]
 Implementation of the DenseVector class – a dense, variable size, vector object.
 
file  Equation.cpp [code]
 Implementation for an equations class that can be inherited from to allow instantiation of ODE objects using the resulting class.
 
file  Equation_1matrix.cpp [code]
 Implementation for an equations class that can be inherited from to allow instantiation of ODE objects using the resulting class.
 
file  Equation_2matrix.cpp [code]
 Implementation for an equations class that can be inherited from to allow instantiation of ODE objects using the resulting class.
 
file  Equation_3matrix.cpp [code]
 Implementation for an equations class that can be inherited from to allow instantiation of ODE objects using the resulting class.
 
file  FnQuadrature.cpp [code]
 Implementation of the real quadrature class.
 
file  FT.cpp [code]
 An implementation for a collection of Fourier methods.
 
file  LinearEigenSystem_base.cpp [code]
 Implementation for the LinearEigenSystem_base class.
 
file  Newton.cpp [code]
 Implementation of the vector NEWTON iteration class.
 
file  ODE_BVP.cpp [code]
 An implementation of a class for an $ n^{th} $-order ODE BVP defined by.
 
file  ODE_EVP.cpp [code]
 A specification of a class for an $ n^{th} $-order ODE LINEAR EVP defined by.
 
file  ODE_IVP.cpp [code]
 Implementation of an $n$-th order system of ODEs that form the IVP:
 
file  OneD_Node_Mesh.cpp [code]
 Implementation of the one dimensional (non-)uniformly distributed mesh object.
 
file  OneD_TVDLF_Elt.cpp [code]
 Implementation of a one dimensional linear element for use in a TVD Lax-Friedrichs scheme.
 
file  OneD_TVDLF_Mesh.cpp [code]
 Implementation of an object that represents a one dimensional mesh for TVD LF methods.
 
file  PDE_double_IBVP.cpp [code]
 
file  PDE_IBVP.cpp [code]
 Implementation of a class for an $ n^{th} $-order IBVP of the form.
 
file  Residual.cpp [code]
 Implementation of the (double/complex) VECTOR residual class.
 
file  Residual_with_coords.cpp [code]
 A specification of a (double/complex) residual class that not only defines a vector residual of a vector of state variables but may also depend upon N additional (double) variables.
 
file  reversed_BL.cpp [code]
 
file  SparseLinearEigenSystem.cpp [code]
 Implementation for the SparseLinearEigenSystem class This class links to SLEPc to perform the solver phase.
 
file  SparseLinearSystem.cpp [code]
 Implementation for the LinearSystem class.
 
file  SparseMatrix.cpp [code]
 Implementation of a SPARSE matrix as an STL Vector of SparseVectors, inheriting from Matrix_base.
 
file  SparseVector.cpp [code]
 Implementation of the SparseVector class – a sparse, variable size, vector object.
 
file  Timer.cpp [code]
 Implementation of the CppNoddy Timer object.
 
file  TrackerFile.cpp [code]
 Implementation details for the TrackerFile object.
 
file  TwoD_Mapped_Node_Mesh.cpp [code]
 Implementation of a two dimensional (mapped) mesh object.
 
file  TwoD_Node_Mesh.cpp [code]
 Implementation of a two dimensional mesh object.
 
file  TwoD_TVDLF_Elt.cpp [code]
 Implementation of an object that represents a two dimensional element for TVD LF methods.
 
file  TwoD_TVDLF_Mesh.cpp [code]
 Implementation of an object that represents a two dimensional mesh for TVD LF methods.
 
file  Utility.cpp [code]
 An implementation for a collection of utility functions.
 

© 2012

R.E. Hewitt