OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
Definition and documentation of the namespace AppShop. More...
#include <fe/fe_values.h>
#include <vector>
Go to the source code of this file.
Classes | |
class | Tensor< int, int, number > |
class | VectorSlice< class > |
class | Vector< number > |
class | BlockVector< number > |
class | FullMatrix< number > |
Namespaces | |
namespace | dealii |
namespace | AppShop |
Integration routines for matrices and residual for standard applications. | |
namespace | AppShop::Matrix |
Local integration routines for matrices. | |
namespace | AppShop::Matrix::Cell |
Integration of cell matrices. | |
namespace | AppShop::Matrix::Boundary |
Integration of boundary face matrices. | |
namespace | AppShop::Matrix::Face |
Integration of interior face matrices. | |
namespace | AppShop::Residual |
Local integration routines for residuals. | |
namespace | AppShop::Residual::Cell |
Integration of cell residuals. | |
namespace | AppShop::Residual::Boundary |
Integration of boundary face residuals. | |
namespace | AppShop::Residual::Face |
Integration of interior face residuals. | |
Functions | |
unsigned int | AppShop::symm_dim (unsigned int dim) |
An auxiliary function computing the size of a symmetric tensor in dimension dim. | |
Definition and documentation of the namespace AppShop.