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_base.h File Reference
#include <appframe/base.h>
#include <lac/full_matrix.h>
#include <grid/tria.h>
#include <fe/fe_values.h>
Include dependency graph for matrix_base.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  AppFrame::MatrixBlock< MATRIX >
 A wrapper around a matrix object, storing the coordinates in a block matrix as well. More...
 

Namespaces

namespace  AppFrame
 Functions and classes of the application framework.
 

Typedefs

typedef std::vector
< MatrixBlock< FullMatrix
< double > > > 
AppFrame::MatrixVector
 The matrix vector handed to the local integration routines in MatrixApplication::assemble().
 
typedef std::vector< Vector
< double > > 
AppFrame::VectorVector
 The vector of vectors handed to the local integration routines in residual().