libMesh
Namespaces | Functions | Variables
libmesh_base.h File Reference

Go to the source code of this file.

Namespaces

 libMesh
 The libMesh namespace provides an interface to certain functionality in the library.
 
 libMesh::libMeshPrivateData
 Namespaces don't provide private data, so let's take the data we would like private and put it in an obnoxious namespace.
 

Functions

processor_id_type libMesh::global_n_processors ()
 
processor_id_type libMesh::global_processor_id ()
 
unsigned int libMesh::n_threads ()
 

Variables

processor_id_type libMesh::libMeshPrivateData::_n_processors = 1
 Total number of processors used. More...
 
processor_id_type libMesh::libMeshPrivateData::_processor_id = 0
 The local processor id. More...
 
int libMesh::libMeshPrivateData::_n_threads = 1
 Total number of threads possible. More...