OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <deal.II/lac/full_matrix.h>
Go to the source code of this file.
Classes | |
struct | FuelCell::ApplicationCore::MatrixBlock< MATRIX > |
A wrapper around a MATRIX object, storing the coordinates in the global block matrix as well. More... | |
Namespaces | |
FuelCell | |
This namespace contains data and methods that handle initial and boundary data of a problem at hand. | |
FuelCell::ApplicationCore | |
Namespace containing the basic application framework used to loop over cells and create objects passed to FuelCellShop::Equation objects. | |
Typedefs | |
typedef std::vector < MatrixBlock< FullMatrix < double > > > | FuelCell::ApplicationCore::MatrixVector |
The matrix vector used in the mesh loops. More... | |
typedef std::vector< Vector < double > > | FuelCell::ApplicationCore::VectorVector |
The std::vector of dealii::Vectors used in the mesh loops. More... | |