OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <deal.II/base/parameter_handler.h>
#include <deal.II/base/point.h>
#include <deal.II/base/function.h>
#include <deal.II/lac/vector.h>
#include <deal.II/fe/fe_values.h>
#include <cmath>
#include <iostream>
#include <application_core/fcst_variables.h>
#include <application_core/system_management.h>
#include <equations/equation_base.h>
Go to the source code of this file.
Classes | |
class | FuelCellShop::PostProcessing::BaseResponse< dim > |
Virtual class used to develop a common interface to a set of functions used to evaluate functionals that are obtained at postprocessing. More... | |
Namespaces | |
FuelCellShop | |
Container Namespace for Fuel Cell data classes. | |
FuelCellShop::PostProcessing | |
Namespace used for all classes use for post-processing either for evaluating a new quantity at a quadrature point for outputing with the solution, for the evaluation of functions or for the evaluation of functionals such as the current density. | |