#include <MPI.h>
Public Member Functions | |
Mpi (MPI_Comm const communicator=OGS_COMM_WORLD) | |
Public Attributes | |
MPI_Comm | communicator |
int | size |
int | rank |
|
inline |
MPI_Comm BaseLib::MPI::Mpi::communicator |
Definition at line 64 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 66 of file MPI.h.
Referenced by Mpi(), 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 65 of file MPI.h.
Referenced by Mpi(), BaseLib::MPI::allgather(), BaseLib::MPI::allgather(), NumLib::detail::calculateFluxCorrectedTransportPETSc(), 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().