$extrastylesheet
Go to the source code of this file.
Namespaces | |
| namespace | libMesh |
| namespace | libMesh::MacroFunctions |
| namespace | libMeshEnums |
Typedefs | |
| typedef std::complex< Real > | libMesh::Complex |
| typedef std::complex< Real > | libMesh::COMPLEX |
| typedef Real | libMesh::Number |
Functions | |
| void | libMesh::MacroFunctions::here (const char *file, int line, const char *date, const char *time) |
| void | libMesh::MacroFunctions::stop (const char *file, int line, const char *date, const char *time) |
| void | libMesh::MacroFunctions::report_error (const char *file, int line, const char *date, const char *time) |
| template<typename T > | |
| T | libMesh::libmesh_real (T a) |
| template<typename T > | |
| T | libMesh::libmesh_conj (T a) |
| template<typename T > | |
| T | libMesh::libmesh_real (std::complex< T > a) |
| template<typename T > | |
| std::complex< T > | libMesh::libmesh_conj (std::complex< T > a) |
| bool | libMesh::libmesh_isnan (float a) |
| bool | libMesh::libmesh_isnan (double a) |
| bool | libMesh::libmesh_isnan (long double a) |
| template<typename T > | |
| bool | libMesh::libmesh_isnan (std::complex< T > a) |
| template<class T > | |
| void | libMesh::libmesh_ignore (const T &) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::cast_ref (Told &oldvar) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::libmesh_cast_ref (Told &oldvar) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::cast_ptr (Told *oldvar) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::libmesh_cast_ptr (Told *oldvar) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::cast_int (Told oldvar) |
| template<typename Tnew , typename Told > | |
| Tnew | libMesh::libmesh_cast_int (Told oldvar) |
Variables | |
| DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE | libMesh::Real |
| DIE A HORRIBLE DEATH HERE typedef float | libMesh::ErrorVectorReal |
| static const Real | libMesh::TOLERANCE = 1.e-8 |
| bool | libMesh::warned_about_auto_ptr |