OGS
|
#include <MPI.h>
Public Member Functions | |
Mpi (MPI_Comm const communicator=MPI_COMM_WORLD) | |
Public Attributes | |
MPI_Comm | communicator |
int | size |
int | rank |
|
inline |
MPI_Comm BaseLib::MPI::Mpi::communicator |
Definition at line 60 of file MPI.h.
Referenced by Mpi(), BaseLib::MPI::allgather(), BaseLib::MPI::allgather(), BaseLib::MPI::allgatherv(), BaseLib::MPI::allreduce(), BaseLib::MPI::allreduce(), BaseLib::MPI::allreduceInplace(), MeshLib::IO::NodePartitionedMeshReader::read(), MeshLib::IO::NodePartitionedMeshReader::readDataFromFile(), and MeshLib::IO::readMeshFromFile().
int BaseLib::MPI::Mpi::rank |
Definition at line 62 of file MPI.h.
Referenced by Mpi(), BaseLib::MPI::allgather(), BaseLib::MPI::allgather(), MeshLib::computeGhostBaseNodeGlobalNodeIDsOfSubDomainPartition(), MeshLib::computeRegularBaseNodeGlobalNodeIDsOfSubDomainPartition(), MeshLib::IO::NodePartitionedMeshReader::createPropertyVectorPart(), MeshLib::IO::NodePartitionedMeshReader::createSpecificPropertyVectorPart(), MeshLib::IO::NodePartitionedMeshReader::readMesh(), MeshLib::IO::NodePartitionedMeshReader::readProperties(), and MeshLib::IO::VtuInterface::writeToFile().
int BaseLib::MPI::Mpi::size |
Definition at line 61 of file MPI.h.
Referenced by Mpi(), BaseLib::MPI::allgather(), BaseLib::MPI::allgather(), MeshLib::computeGhostBaseNodeGlobalNodeIDsOfSubDomainPartition(), MeshLib::IO::NodePartitionedMeshReader::createSpecificPropertyVectorPart(), MeshLib::IO::NodePartitionedMeshReader::read(), MeshLib::IO::NodePartitionedMeshReader::readMesh(), MeshLib::IO::readMeshFromFile(), MeshLib::IO::NodePartitionedMeshReader::readProperties(), and MeshLib::IO::VtuInterface::writeToFile().