21 using namespace FuelCell::ApplicationCore;
 
   53             void initialize(ParameterHandler& param);
 
   66             virtual void cell_residual(
FEVector& cell_vector,
 
   72             virtual void dirichlet_bc(std::map<unsigned int, double>& boundary_values) 
const;
 
   77             virtual double evaluate (
const FEVectors& src);
 
Application handling matrices and assembling linear systems of equations. 
Definition: block_matrix_application.h:74
 
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
 
This class is used to test the application framework by solving Step-3 of the deal.II finite element libraries. 
Definition: app_step3.h:41