类 | |
| class | libMesh::LibMeshInit |
The LibMeshInit class, when constructed, initializes the dependent libraries (e.g. 更多... | |
命名空间 | |
| TIMPI | |
| libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
| libMesh::Parallel | |
函数 | |
| bool | libMesh::initialized () |
| Checks that library initialization has been done. 更多... | |
| bool | libMesh::closed () |
| Checks that the library has been closed. 更多... | |
| void | libMesh::enableFPE (bool on) |
| Toggle floating point exceptions – courtesy of Cody Permann & MOOSE team. 更多... | |
| void | libMesh::enableSEGV (bool on) |
| Toggle libMesh reporting of segmentation faults. 更多... | |
| bool | libMesh::on_command_line (std::string arg) |
| template<typename T > | |
| T | libMesh::command_line_value (const std::string &, T) |
| 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 default_value) |
| Use GetPot's search()/next() functions to get following arguments from the command line. 更多... | |
| template<typename T > | |
| void | libMesh::command_line_vector (const std::string &, std::vector< T > &) |
| SolverPackage | libMesh::default_solver_package () |
变量 | |
| const Number | libMesh::imaginary |
The imaginary unit, . 更多... | |
| const Real | libMesh::pi |
. 更多... | |
| const Number | libMesh::zero = 0. |
. 更多... | |
| const unsigned int | libMesh::invalid_uint = static_cast<unsigned int>(-1) |
| A number which is used quite often to represent an invalid or uninitialized value for an unsigned integer. 更多... | |
| const int | libMesh::invalid_int = std::numeric_limits<int>::max() |
| A number which is used quite often to represent an invalid or uninitialized value for an integer. 更多... | |
1.8.5