Skip to content
Snippets Groups Projects
Commit e8fc08a6 authored by Robert K's avatar Robert K
Browse files

[cleanup] CollectiveCommunication --> Communication.

parent 070e7ea0
No related branches found
No related tags found
No related merge requests found
Pipeline #53264 passed
......@@ -13,7 +13,7 @@ namespace Fem
class Diagnostics
: public Fem::AutoPersistentObject
{
typedef Fem :: MPIManager :: CollectiveCommunication CommunicatorType;
typedef Fem :: MPIManager :: Communication CommunicatorType;
const CommunicatorType& comm_;
const std::string runFileName_;
const int writeDiagnostics_; // 0 don't, 1 only speedup file, 2 write all diagnosticss
......
......@@ -58,8 +58,8 @@ namespace Fem
typedef typename DiscreteFunctionSpaceType :: GridPartType GridPartType;
typedef typename GridPartType::GridType GridType;
typedef typename GridType :: CollectiveCommunication CollectiveCommunicationType;
typedef TimeProvider< CollectiveCommunicationType > TimeProviderType;
typedef typename GridType :: Communication CommunicationType;
typedef TimeProvider< CommunicationType > TimeProviderType;
typedef typename AdvectionLimiterFunctionSelector<
typename FunctionSpaceType::DomainFieldType, limiterFunctionId > :: type
......
......@@ -144,8 +144,8 @@ namespace Fem
typedef typename OperatorType :: DestinationType DestinationType ;
typedef DestinationType DiscreteFunctionType;
typedef typename DiscreteFunctionType :: DiscreteFunctionSpaceType :: GridType GridType;
typedef typename GridType :: CollectiveCommunication CollectiveCommunicationType;
typedef Dune::Fem::TimeProvider< CollectiveCommunicationType > TimeProviderType;
typedef typename GridType :: Communication CommunicationType;
typedef Dune::Fem::TimeProvider< CommunicationType > TimeProviderType;
typedef DuneODE :: OdeSolverInterface< DestinationType > OdeSolverInterfaceType;
typedef typename OdeSolverInterfaceType :: MonitorType MonitorType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment