OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <appframe/base.h>
#include <lac/full_matrix.h>
#include <grid/tria.h>
#include <fe/fe_values.h>
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(). | |