Namespaces |
| namespace | EXTERN_C_FOR_PETSC_END |
| namespace | libMesh |
| namespace | libMesh::libMeshPrivateData |
Functions |
| std::streambuf * | EXTERN_C_FOR_PETSC_END::out_buf (NULL) |
| std::streambuf * | EXTERN_C_FOR_PETSC_END::err_buf (NULL) |
| void | EXTERN_C_FOR_PETSC_END::libmesh_handleFPE (int, siginfo_t *info, void *) |
| void | EXTERN_C_FOR_PETSC_END::enableFPE (bool on) |
| void | libMesh_MPI_Handler (MPI_Comm *, int *,...) |
| const Number | libMesh::imaginary (0., 1.) |
| bool | libMesh::initialized () |
| bool | libMesh::closed () |
| void | libMesh::libmesh_terminate_handler () |
| void | libMesh::_init (int &argc, char **&argv) void _init(int &argc |
| template float | libMesh::command_line_value< float > (const std::string &, float) |
| template double | libMesh::command_line_value< double > (const std::string &, double) |
| template long double | libMesh::command_line_value< long double > (const std::string &, long double) |
| template std::string | libMesh::command_line_value< std::string > (const std::string &, std::string) |
| template void | libMesh::command_line_vector< int > (const std::string &, std::vector< int > &) |
| template void | libMesh::command_line_vector< float > (const std::string &, std::vector< float > &) |
| template void | libMesh::command_line_vector< double > (const std::string &, std::vector< double > &) |
| template void | libMesh::command_line_vector< long double > (const std::string &, std::vector< long double > &) |
Variables |
| AutoPtr< GetPot > | EXTERN_C_FOR_PETSC_END::command_line (NULL) |
| AutoPtr< std::ofstream > | EXTERN_C_FOR_PETSC_END::_ofstream (NULL) |
AutoPtr
< libMesh::Threads::task_scheduler_init > | EXTERN_C_FOR_PETSC_END::task_scheduler (NULL) |
| bool | EXTERN_C_FOR_PETSC_END::libmesh_initialized_mpi = false |
| bool | EXTERN_C_FOR_PETSC_END::libmesh_initialized_petsc = false |
| bool | EXTERN_C_FOR_PETSC_END::libmesh_initialized_slepc = false |
| bool | libMesh::libMeshPrivateData::_is_initialized = false |
| SolverPackage | libMesh::libMeshPrivateData::_solver_package |
| MPI_Comm | libMesh::COMM_WORLD = MPI_COMM_NULL |
| Parallel::Communicator | libMesh::CommWorld |
| OStreamProxy | libMesh::out (std::cout) |
| OStreamProxy | libMesh::err (std::cerr) |
| PerfLog | libMesh::perflog ("libMesh",#ifdef LIBMESH_ENABLE_PERFORMANCE_LOGGING true#else false#endif) |
| MPI_Errhandler | libMesh::libmesh_errhandler |
| | libMesh::TRILINOS_SOLVERS |
| | libMesh::LASPACK_SOLVERS |
| | libMesh::INVALID_SOLVER_PACKAGE |
| std::terminate_handler | libMesh::old_terminate_handler |
| void char **& | libMesh::argv |