Skip to content

Commit

Permalink
Merge pull request #11794 from KratosMultiphysics/core/adding-GetData…
Browse files Browse the repository at this point in the history
…Communicator-GlobalPointerCommunicator
  • Loading branch information
loumalouomega authored Nov 10, 2023
2 parents 5adb5fe + 99e5dbd commit 67dbc43
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions kratos/utilities/pointer_communicator.h
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,15 @@ class GlobalPointerCommunicator
///@name Access
///@{

/**
* @brief Returns the data communicator.
* @return The data communicator.
*/
const DataCommunicator& GetDataCommunicator() const
{
return mrDataCommunicator;
}

///@}
///@name Inquiry
///@{
Expand Down

0 comments on commit 67dbc43

Please sign in to comment.