OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
app_step8.h File Reference
#include <base/parameter_handler.h>
#include <base/function_lib.h>
#include <base/function.h>
#include <base/quadrature_lib.h>
#include <grid/grid_generator.h>
#include <lac/block_vector.h>
#include <lac/solver_cg.h>
#include <lac/solver_bicgstab.h>
#include <lac/precondition.h>
#include <lac/vector.h>
#include <numerics/vector_tools.h>
#include <numerics/error_estimator.h>
#include <fe/fe_values.h>
#include "block_matrix_application.h"
Include dependency graph for app_step8.h:

Go to the source code of this file.

Classes

class  FuelCell::Application::AppStep8< dim >
 This class is used to test the application framework by solving Step-3 of the deal.II finite element libraries. More...
 

Namespaces

 FuelCell
 This namespace contains data and methods that handle initial and boundary data of a problem at hand.
 
 FuelCell::Application