OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
fem_extras.h File Reference
#include <vector>
#include <deal.II/base/point.h>
#include <deal.II/base/exceptions.h>
Include dependency graph for fem_extras.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FemExtras
 This namespace contains FEM related methods which are not implemented in the standard deal.II library.
 

Functions

template<int dim>
void FemExtras::get_tangential_vectors (std::vector< std::vector< Point< dim > > > &dst, const std::vector< Point< dim > > &src)
 This function computes the tangential vectors dst in the quadrature points of a dim - 1 dimensional face based on the normal vectors src previously computed in the same quadrature points of the same face. More...