20 using namespace FuelCell::ApplicationCore;
 
   52             void initialize(ParameterHandler& param);
 
   65             virtual void cell_residual(
FEVector& cell_vector,
 
   71             virtual void dirichlet_bc(std::map<unsigned int, double>& boundary_values) 
const;
 
   76             virtual double estimate(
const FEVector& sol);
 
   81             virtual double evaluate (
const FEVectors& src);
 
Application handling matrices and assembling linear systems of equations. 
Definition: block_matrix_application.h:74
 
This class is used to test the application framework by solving Step-3 of the deal.II finite element libraries. 
Definition: app_step8.h:40
 
This class is created for the objects handed to the mesh loops. 
Definition: mesh_loop_info_objects.h:544
 
std::vector< MatrixBlock< FullMatrix< double > > > MatrixVector
The matrix vector used in the mesh loops. 
Definition: matrix_block.h:102
 
BlockVector< double > FEVector
The vector class used by applications. 
Definition: application_data.h:46
 
The data type used in function calls of Application. 
Definition: fe_vectors.h:59