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