Go to the source code of this file.
|
typedef Barycenter< Real > | fe::SpatialBary |
|
|
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 > |
U | fe::blend (const Barycenter< T > &a_barycenter, U a_value0, U a_value1, U a_value2) |
|