OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
adaptive_refinement.h File Reference
#include <base/parameter_handler.h>
#include <base/convergence_table.h>
#include <base/smartpointer.h>
#include <grid/tria.h>
#include <application_core/application_wrapper.h>
#include "newton_base.h"
#include "optimization_block_matrix_application.h"
#include <utils/fcst_utilities.h>
#include <string>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for adaptive_refinement.h:
This graph shows which files directly or indirectly include this file:

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 solved 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.