OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
dof_application.h File Reference
#include <appframe/base.h>
#include <appframe/residual.h>
#include <appframe/mesh_worker.h>
#include <boost/shared_ptr.hpp>
#include <lac/block_indices.h>
#include <grid/grid_out.h>
#include <grid/grid_tools.h>
#include <lac/constraint_matrix.h>
#include <fe/fe_values.h>
#include <numerics/data_out.h>
#include <numerics/solution_transfer.h>
Include dependency graph for dof_application.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Triangulation< int, int >
 
class  Mapping< int, int >
 
class  FiniteElement< int, int >
 
class  DoFHandler< int, int >
 
class  DoFApplication< dim >
 
struct  AppFrame::VectorSelector
 The structure indicating which blocks of which stored vectors should be handed over to the local integration functions for residuals and matrices. More...
 
class  AppFrame::LocalIntegrator< dim >
 The class using CellInfo and FaceInfo to compute local contributions to a 1form. More...
 
class  AppFrame::LocalResidual< dim >
 
class  AppFrame::LocalEstimate< dim >
 
class  AppFrame::DoFApplication< dim >
 Integrate the residual using DoFApplication::integrate_1form(). More...
 

Namespaces

namespace  dealii
 
namespace  AppFrame
 Functions and classes of the application framework.