Go to the source code of this file.
Classes | |
| class | libMesh::LibMeshInit |
Namespaces | |
| libMesh | |
Functions | |
| bool | libMesh::initialized () |
| bool | libMesh::closed () |
| void | libMesh::enableFPE (bool on) |
| void | libMesh::enableSEGV (bool on) |
| bool | libMesh::on_command_line (std::string arg) |
| template<typename T > | |
| T | libMesh::command_line_value (const std::string &name, T value) |
| template<typename T > | |
| T | libMesh::command_line_value (const std::vector< std::string > &name, T value) |
| template<typename T > | |
| T | libMesh::command_line_next (std::string name, T value) |
| template<typename T > | |
| void | libMesh::command_line_vector (const std::string &name, std::vector< T > &vec) |
| SolverPackage | libMesh::default_solver_package () |
Variables | |
| const Number | libMesh::imaginary |
| const Real | libMesh::pi |
| const Number | libMesh::zero = 0. |
| const unsigned int | libMesh::invalid_uint = static_cast<unsigned int>(-1) |