OpenFCST: The open-source Fuel Cell Simulation Toolbox
|
#include <vector>
#include <deal.II/base/point.h>
#include <deal.II/base/exceptions.h>
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... | |