Free Electron
Classes | Namespaces | Typedefs | Functions
Barycenter.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Barycenter< T >
 Barycentric coordinates for a triangle. More...
 

Namespaces

 fe
 kernel
 

Typedefs

typedef Barycenter< Real > fe::SpatialBary
 

Functions

template<class T , typename U , typename V , typename W >
Barycenter< T > & fe::set (Barycenter< T > &a_lhs, U a_b0, V a_b1, W a_b2)
 
template<int N, class T , typename U , typename V , typename W >
Vector< N, T > fe::location (const Barycenter< T > &a_barycenter, const Vector< N, U > &a_vert0, const Vector< N, V > &a_vert1, const Vector< N, W > &a_vert2)
 
template<class T , typename U >
fe::blend (const Barycenter< T > &a_barycenter, U a_value0, U a_value1, U a_value2)