命名空间 | |
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. | |
函数 | |
processor_id_type | libMesh::global_n_processors () |
processor_id_type | libMesh::global_processor_id () |
unsigned int | libMesh::n_threads () |
变量 | |
processor_id_type | libMesh::libMeshPrivateData::_n_processors = 1 |
Total number of processors used. 更多... | |
processor_id_type | libMesh::libMeshPrivateData::_processor_id = 0 |
The local processor id. 更多... | |
int | libMesh::libMeshPrivateData::_n_threads = 1 |
Total number of threads possible. 更多... | |