OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
app_shop.h File Reference

Definition and documentation of the namespace AppShop. More...

#include <fe/fe_values.h>
#include <vector>
Include dependency graph for app_shop.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Definition and documentation of the namespace AppShop.