| 
    OpenFCST: The open-source Fuel Cell Simulation Toolbox
    
   | 
 
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... | |
This namespace contains FEM related methods which are not implemented in the standard deal.II library.
| 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. 
 1.8.5