|
CppNoddy
0.92
|
Files | |
| file | ArcLength_base.h [code] |
| A base class for arclength-capable solvers. | |
| file | BandedLinearSystem.h [code] |
| Specification of the linear system class. | |
| file | BandedMatrix.h [code] |
| A matrix class that constructs a BANDED matrix. | |
| file | BVP_bundle.h [code] |
| A shorter bundled include file for ODE_BVP and PDE_IBVP codes. | |
| file | cfortran.h [code] |
| file | CppNoddy.h [code] |
| file | DenseLinearEigenSystem.h [code] |
| Specification of the dense linear eigensystem class. | |
| file | DenseLinearSystem.h [code] |
| Specification of the linear system class. | |
| file | DenseMatrix.h [code] |
| A matrix class that constructs a DENSE matrix as an STL Vector of DenseVectors. | |
| file | DenseVector.h [code] |
| Specification for a templated DenseVector class – a dense, dynamic, vector object. | |
| file | DistributedLinearSystem.h [code] |
| Specification of a sparse-storage distributed linear system class. | |
| file | DistributedMatrix.h [code] |
| A matrix class that constructs a SPARSE/DISTRIBUTED matrix using PETSc. | |
| file | DistributedVector.h [code] |
| A class that constructs a SPARSE/DISTRIBUTED vector using PETSc. | |
| file | Equation.h [code] |
| A templated class for equations that can be inherited from to allow instantiation of ODE/PDE objects using the resulting class. | |
| file | Equation_1matrix.h [code] |
| A templated class for equations that can be inherited from to allow instantiation of PDE_IBVP objects (amongst others). | |
| file | Equation_2matrix.h [code] |
| A templated class for equations that can be inherited from to allow instantiation of PDE_double_IBVP objects (amongst others). | |
| file | Equation_3matrix.h [code] |
| A templated class for equations that can be inherited from to allow instantiation of PDE_double_IBVP objects (amongst others). | |
| file | EVP_bundle.h [code] |
| A shorter bundled include file for ODE_EVP and general eigenvalue problems. | |
| file | Exceptions.h [code] |
| The collection of CppNoddy exceptions. | |
| file | FnQuadrature.h [code] |
| A specification for quadrature classes. | |
| file | FortranBLAS.h [code] |
| Some interface definitions for calling external fortran routines from BLAS. | |
| file | FortranData.h [code] |
| file | FortranLAPACK.h [code] |
| Some interface definitions for calling external fortran routines in LAPACK. | |
| file | FT.h [code] |
| A spec for a collection of Fourier methods that act on Noddy containers. | |
| file | Functors.h [code] |
| Some Function Objects that CppNoddy makes use of in algorithms applied to STL containers. | |
| file | Generic_bundle.h [code] |
| A shorter bundled include file for ODE_BVP and PDE_IBVP codes. | |
| file | HST.h [code] |
| Some classes useful for hydrodynamic stability theory problems. | |
| file | IBVP_bundle.h [code] |
| A shorter bundled include file for initial boundary value problems. | |
| file | IBVP_double_bundle.h [code] |
| A shorter bundled include file for double initial boundary value problems. | |
| file | IVP_bundle.h [code] |
| A shorter bundled include file for initial-value problems. | |
| file | LinearEigenSystem_base.h [code] |
| Specification of the linear eigensystem base class. | |
| file | Newton.h [code] |
| A vector NEWTON iteration class. | |
| file | Newton_bundle.h [code] |
| A shorter bundled include file for Newton iteration problems. | |
| file | ODE_BVP.h [code] |
| A specification of a class for an | |
| file | ODE_EVP.h [code] |
| A specification of a class for an | |
| file | ODE_IVP.h [code] |
| A specification for a class to solve initial value problems of the form. | |
| file | OneD_HYP_bundle.h [code] |
| A shorter bundled include file for hyperbolic problems. | |
| file | OneD_Hyperbolic_System.h [code] |
| file | OneD_Node_Mesh.h [code] |
| A specification for a one dimensional mesh object. | |
| file | OneD_TVDLF_Elt.h [code] |
| Specification of a one dimensional linear element for use in a TVD Lax-Friedrichs scheme. | |
| file | OneD_TVDLF_Mesh.h [code] |
| Specification of an object that represents a one dimensional mesh for TVD LX methods. | |
| file | PDE_double_IBVP.h [code] |
| A specification of a class for an | |
| file | PDE_IBVP.h [code] |
| A specification of a class for an | |
| file | PetscSession.h [code] |
| file | Residual.h [code] |
| A specification of a (double/complex) VECTOR residual class. | |
| file | Residual_with_coords.h [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.h [code] |
| An implementation of the zig-zag modification for unsteady parabolic marching with reverse flow. | |
| file | Sequential_Matrix_base.h [code] |
| A base matrix class to ensure a consistent interface between the inheriting dense/banded matrix classes. | |
| file | SlepcSession.h [code] |
| file | SparseLinearEigenSystem.h [code] |
| Specification of the sparse linear eigensystem class. | |
| file | SparseLinearSystem.h [code] |
| Specification of a sparse-storage linear system class. | |
| file | SparseMatrix.h [code] |
| A matrix class that constructs a SPARSE matrix as an STL Vector of SparseVectors, inheriting from Matrix_base. | |
| file | SparseVector.h [code] |
| A templated SparseVector class – a sparse, variable size, vector object. | |
| file | Timer.h [code] |
| A spec for the CppNoddy Timer object. | |
| file | TrackerFile.h [code] |
| A class that can be passed pointers to scalar/vector/mesh objects, then their contents are written to a file each time that the update method is called. | |
| file | TwoD_HYP_bundle.h [code] |
| A shorter bundled include file for hyperbolic problems. | |
| file | TwoD_Hyperbolic_System.h [code] |
| file | TwoD_Mapped_Node_Mesh.h [code] |
| A specification for a two dimensional mapped mesh object. | |
| file | TwoD_Node_Mesh.h [code] |
| A specification for a two dimensional mesh object. | |
| file | TwoD_TVDLF_Elt.h [code] |
| Specification of a two dimensional linear element for use in a TVD Lax-Friedrichs scheme. | |
| file | TwoD_TVDLF_Mesh.h [code] |
| Specification of an object that represents a two dimensional mesh for TVD LF methods. | |
| file | Types.h [code] |
| Some standard typedefs. | |
| file | Uncopyable.h [code] |
| file | Utility.h [code] |
| A spec for a collection of utility functions. | |
1.9.5
© 2012
R.E. Hewitt