OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Typedefs
matrix_block.h File Reference
#include <lac/full_matrix.h>
Include dependency graph for matrix_block.h:
This graph shows which files directly or indirectly include this file:

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...