OpenFCST: The open-source Fuel Cell Simulation Toolbox
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
FemExtras Namespace Reference

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

Functions

template<int dim>
void 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...
 

Detailed Description

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

Author
Valentin N. Zingan, 2013

Function Documentation

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.