OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
optimization_block_matrix_application.h File Reference
#include <base/parameter_handler.h>
#include <lac/vector.h>
#include <lac/block_vector.h>
#include <grid/grid_refinement.h>
#include <grid/grid_tools.h>
#include <grid/persistent_tria.h>
#include <dofs/dof_handler.h>
#include <dofs/dof_renumbering.h>
#include <fe/fe.h>
#include <fe/fe_values.h>
#include <numerics/solution_transfer.h>
#include <boost/shared_ptr.hpp>
#include <appframe/base.h>
#include <appframe/dof_application.h>
#include <appframe/matrix_base.h>
#include <appframe/matrix_application.h>
#include <appframe/block_matrix_application.h>
#include <appframe/mesh_worker_loop.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <vector>
Include dependency graph for optimization_block_matrix_application.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  OptimizationBlockMatrixApplication< dim >
 Note: I need to use this class in order to make sure that the compiler knows that it will be defined in the file because LocalIntegrator needs this class. More...
 
class  AppFrame::LocalResponse< dim >
 The Integrator computing the current density in the CL. More...
 
class  AppFrame::OptimizationBlockMatrixApplication< dim >
 Application handling matrices and assembling the linear system to solve the sensitivity equations. More...
 

Namespaces

namespace  AppFrame
 Functions and classes of the application framework.