OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#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"
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 | |