| FDDlib::Anomaly2D | Acts as an inhomogeneity in the medium |
| FDDlib::Anomaly3D | Acts as an inhomogeneity in the medium |
| FDDlib::ArbitraryCartesianGrid2D | A semi-regular grid |
| FDDlib::ArbitraryCartesianGrid2D::s_offsets | Struct used for determining how many steps in each direction any node is from the origin |
| FDDlib::ArbitraryCartesianGrid3D | A semi-regular grid |
| FDDlib::ArbitraryCartesianGrid3D::s_offsets | Struct used for determining how many steps in each direction any node is from the origin |
| FDDlib::ArbitraryDetector2D | A detector which includes an arbitrary number of nodes in its aperture |
| FDDlib::ArbitraryDetector2D::s_adentry | A single detector entry |
| FDDlib::ArbitraryDetector3D | A detector which includes an arbitrary number of nodes in its aperture |
| FDDlib::ArbitraryDetector3D::s_adentry | A single detector entry |
| FDDlib::ArbitrarySource2D | A Source class for which an arbitrary number of locations are covered, each location having an associated complex value |
| FDDlib::ArbitrarySource2D::s_asentry | A single source entry |
| FDDlib::ArbitrarySource3D | A Source class for which an arbitrary number of locations are covered, each location having an associated complex value |
| FDDlib::ArbitrarySource3D::s_asentry | A single source entry |
| FDDlib::BCDirichlet2D | Class to apply the Dirichlet boundary condition u=g |
| FDDlib::BCDirichlet3D | Class to apply the Dirichlet boundary condition u=g |
| FDDlib::BCMixed2D | Class to apply the Mixed boundary condition du/dn+au=g |
| FDDlib::BCMixed2D::s_neighbordata | Struct used for storing information about neighboring nodes |
| FDDlib::BCMixed3D | Class to apply the Mixed boundary condition du/dn+au=g |
| FDDlib::BCMixed3D::s_neighbordata | Struct used for storing information about neighboring nodes |
| FDDlib::BCNeumann2D | Class to apply the Neumann boundary condition du/dn=g |
| FDDlib::BCNeumann3D | Class to apply the Neumann boundary condition du/dn=g |
| FDDlib::BoundaryCondition2D | Abstract base class for boundary conditions |
| FDDlib::BoundaryCondition3D | Abstract base class for boundary conditions |
| FDDlib::CartesianNode2D | Stores characteristics of a node in space |
| FDDlib::CartesianNode3D | Stores characteristics of a node in space |
| FDDlib::CircularAnomaly | Acts as a spherical inhomogeneity in the medium |
| FDDlib::Complex< T > | Templated complex number storage and manipulation class |
| FDDlib::ComplexVector< T > | Class for storing and manipulating vectors of Complex numbers |
| FDDlib::CubicalAnomaly | Acts as a cubical inhomogeneity in the medium |
| FDDlib::DenseMatrix< T > | Routines for storing and manipulating dense matrices |
| FDDlib::Detector2D | The abstract base detector class |
| FDDlib::Detector3D | The abstract base detector class |
| FDDlib::DiagonalPreconditioner | Implement a diagonal preconditioner |
| FDDlib::DipoleDetector2D | A detector collecting data from two weighted nodes |
| FDDlib::DipoleDetector3D | A detector collecting data from two weighted nodes |
| FDDlib::DipoleSource2D | Implement a dipole source |
| FDDlib::DipoleSource3D | Implement a dipole source |
| FDDlib::DynamicSparseRowMatrix< T > | Sparse row-column matrix with dynamic growth |
| FDDlib::EllipsoidalAnomaly | Acts as an ellipsoidal inhomogeneity in the medium |
| FDDlib::FiniteDifferences2D | Implements the finite differences method |
| FDDlib::FiniteDifferences2D::s_neighbordata | Structure used to store info about a node's neighbors |
| FDDlib::FiniteDifferences3D | Implements the finite differences method |
| FDDlib::FiniteDifferences3D::s_neighbordata | Structure used to store info about a node's neighbors |
| FDDlib::ILU0Preconditioner | Implement an ILU(0) preconditioner |
| FDDlib::Location2D | A class to store an absolute location in 2-dimensional space |
| FDDlib::Location3D | A class to store an absolute location in 3-dimensional space |
| FDDlib::Matrix< T > | Base class for matrix operations |
| FDDlib::MonopoleDetector2D | A detector collecting data from a single node |
| FDDlib::MonopoleDetector3D | A detector collecting data from a single node |
| FDDlib::MonopoleSource2D | Implement a monopole source |
| FDDlib::MonopoleSource3D | Implement a monopole source |
| FDDparse::Parser | A class in which a configuration file can be defined and, once defined, traversed through |
| FDDparse::Parser::s_arbcartgrid | Stores all attrbutes of a semi-regular grid |
| FDDparse::Parser::s_arbitrarydetector | An Arbitrary Detector Entry |
| FDDparse::Parser::s_arbitrarysource | An Arbitrary Source Entry |
| FDDparse::Parser::s_boundary | Boundary condition definition (mixedval may be unused) |
| FDDparse::Parser::s_circularanomaly | A Circular Anomaly Entry |
| FDDparse::Parser::s_cubicalanomaly | A Cubical Anomaly Entry |
| FDDparse::Parser::s_dipoledetector | A Dipole Detector Entry |
| FDDparse::Parser::s_dipolesource | A dipole source entry |
| FDDparse::Parser::s_ellipsoidalanomaly | An Ellipsoidal Anomaly Entry |
| FDDparse::Parser::s_layer | Data we use to set up a layered background |
| FDDparse::Parser::s_monopoledetector | A Monopole Detector Entry |
| FDDparse::Parser::s_monopolesource | A monopole source entry |
| FDDparse::Parser::s_nebulousgrid | Stores all attributes of a nebulous grid |
| FDDparse::Parser::s_node | Data structure to store all attributes of a node |
| FDDparse::Parser::s_precon | Preconditioner data |
| FDDparse::Parser::s_property | A Property Entry |
| FDDparse::Parser::s_regcartgrid | Stores all attributes of a regular grid |
| FDDparse::Parser::s_sphericalanomaly | A Spherical Anomaly Entry |
| FDDparse::Parser::s_squareanomaly | A Square Anomaly Entry |
| FDDlib::Preconditioner | Abstract base class for Preconditioners |
| FDDlib::Property | Medium property class |
| FDDlib::RealVector< T > | Class for storing and manipulating vectors of reals |
| FDDlib::RegularCartesianGrid2D | An ArbitraryCartesianGrid2D with uniform distance between nodes |
| FDDlib::RegularCartesianGrid3D | An ArbitraryCartesianGrid3D with uniform distance between nodes |
| FDDlib::Source2D | The abstract base source class |
| FDDlib::Source3D | The abstract base source class |
| FDDlib::SparseRowEntry< T > | A single entry in the SparseRowMatrix |
| FDDlib::SparseRowMatrix< T > | A sparse matrix, with elements stored in row-column form |
| FDDlib::SphericalAnomaly | Acts as a spherical inhomogeneity in the medium |
| FDDlib::SquareAnomaly | Acts as a cubical inhomogeneity in the medium |
| FDDlib::SSORPreconditioner | Implement an SSOR preconditioner |
1.2.18