Go to the source code of this file.
|
template<typename T > |
bool | Efa::deleteFromMap (std::map< unsigned int, T * > &theMap, T *elemToDelete, bool delete_elem=true) |
|
template<typename T > |
unsigned int | Efa::getNewID (std::map< unsigned int, T * > &theMap) |
|
template<class T > |
unsigned int | Efa::numCommonElems (std::set< T > &v1, std::set< T > &v2) |
|
template<class T > |
unsigned int | Efa::numCommonElems (std::set< T > &v1, std::vector< T > &v2) |
|
template<class T > |
std::vector< T > | Efa::getCommonElems (std::set< T > &v1, std::set< T > &v2) |
|
double | Efa::linearQuadShape2D (unsigned int node_id, std::vector< double > &xi_2d) |
|
double | Efa::linearTriShape2D (unsigned int node_id, std::vector< double > &xi_2d) |
|
double | Efa::linearHexShape3D (unsigned int node_id, std::vector< double > &xi_3d) |
|
double | Efa::linearTetShape3D (unsigned int node_id, std::vector< double > &xi_3d) |
|