OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
Go to the source code of this file.
Classes | |
class | MeshWorker::Assembler::Functional< number > |
The class assembling local contributions to a functional into the global functionals. More... | |
class | MeshWorker::Assembler::CellsAndFaces< number > |
Compute cell and face contributions of a functional, typically for error estimates. More... | |
class | MeshWorker::Assembler::ResidualLocalBlocksToGlobalBlocks< number > |
Assemble local residuals into global residuals. More... | |
class | MeshWorker::Assembler::LocalMatrixBlocks< number > |
The local matrices filled by the worker and then assembled into the global system by the derived classes. More... | |
class | MeshWorker::Assembler::MatrixLocalBlocksToGlobalBlocks< MATRIX, number > |
A helper class assembling local matrices into global matrices. More... | |
class | MeshWorker::Assembler::MGMatrixLocalBlocksToGlobalBlocks< MATRIX, number > |
A helper class assembling local matrices into global multilevel matrices. More... | |
Namespaces | |
namespace | MeshWorker |
A collection of functions and classes for the mesh loops that are an ubiquitous part of each finite element program. | |
namespace | MeshWorker::Assembler |
The namespace containing objects that can be used to assemble data computed on cells and faces into global objects. | |