OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <deal.II/base/parameter_handler.h>
#include <deal.II/base/convergence_table.h>
#include <deal.II/base/smartpointer.h>
#include <deal.II/grid/tria.h>
#include <application_core/application_wrapper.h>
#include <application_core/optimization_block_matrix_application.h>
#include <utils/fcst_utilities.h>
#include <string>
#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Classes | |
class | FuelCell::ApplicationCore::AdaptiveRefinement< dim > |
This class is initialized with an application that describes the linearization of the problem that we would like to solve and the nonlinear solver that drives the process (usually a Newton loop). More... | |
Namespaces | |
FuelCell | |
This namespace contains data and methods that handle initial and boundary data of a problem at hand. | |
FuelCell::ApplicationCore | |
Namespace containing the basic application framework used to loop over cells and create objects passed to FuelCellShop::Equation objects. | |