KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
Classes | Namespaces | Macros
mpi_communicator.h File Reference
#include <string>
#include <iostream>
#include <sstream>
#include <cstddef>
#include "mpi.h"
#include "includes/data_communicator.h"
#include "includes/define.h"
#include "includes/model_part.h"
#include "includes/mpi_serializer.h"
#include "mpi/includes/mpi_data_communicator.h"
#include "utilities/timer.h"
Include dependency graph for mpi_communicator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Kratos::MPIInternals::SendTraits< int >
 
struct  Kratos::MPIInternals::SendTraits< bool >
 
struct  Kratos::MPIInternals::SendTraits< double >
 
struct  Kratos::MPIInternals::SendTraits< array_1d< double, TDim > >
 
struct  Kratos::MPIInternals::SendTraits< Kratos::Flags >
 
struct  Kratos::MPIInternals::SendTraits< Vector >
 
struct  Kratos::MPIInternals::SendTraits< Matrix >
 
struct  Kratos::MPIInternals::SendTraits< Quaternion< double > >
 
struct  Kratos::MPIInternals::SendTraits< DenseVector< TVectorValue > >
 
struct  Kratos::MPIInternals::SendTraits< Kratos::VariablesListDataValueContainer >
 
struct  Kratos::MPIInternals::SendTraits< Node::DofsContainerType >
 
struct  Kratos::MPIInternals::DirectCopyTransfer< ValueType >
 
struct  Kratos::MPIInternals::DynamicArrayTypeTransfer< ValueType >
 
struct  Kratos::MPIInternals::SendTools< int >
 
struct  Kratos::MPIInternals::SendTools< double >
 
struct  Kratos::MPIInternals::SendTools< bool >
 
struct  Kratos::MPIInternals::SendTools< array_1d< double, TDim > >
 
struct  Kratos::MPIInternals::SendTools< Kratos::Flags >
 
struct  Kratos::MPIInternals::SendTools< Vector >
 
struct  Kratos::MPIInternals::SendTools< Matrix >
 
struct  Kratos::MPIInternals::SendTools< Quaternion< double > >
 
struct  Kratos::MPIInternals::SendTools< DenseVector< TVectorValue > >
 
struct  Kratos::MPIInternals::SendTools< Kratos::VariablesListDataValueContainer >
 
struct  Kratos::MPIInternals::SendTools< Node::DofsContainerType >
 
struct  Kratos::MPIInternals::BufferAllocation< TDatabaseAccess, IsFixedSize >
 
struct  Kratos::MPIInternals::BufferAllocation< TDatabaseAccess, true >
 
struct  Kratos::MPIInternals::BufferAllocation< TDatabaseAccess, false >
 
class  Kratos::MPIInternals::NodalContainerAccess
 
class  Kratos::MPIInternals::ElementalContainerAccess
 
class  Kratos::MPIInternals::NodalSolutionStepValueAccess< TValue >
 
class  Kratos::MPIInternals::NodalDataAccess< TValue >
 
class  Kratos::MPIInternals::NodalFlagsAccess
 
class  Kratos::MPIInternals::NodalSolutionStepDataAccess
 
class  Kratos::MPIInternals::DofIdAccess
 
class  Kratos::MPIInternals::ElementalDataAccess< TValue >
 
class  Kratos::MPIInternals::ElementalFlagsAccess
 
class  Kratos::MPICommunicator
 MPICommunicator manages the transfer of ModelPart data in MPI distributed memory environment. More...
 

Namespaces

 Kratos
 REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
 
 Kratos::MPIInternals
 

Macros

#define CUSTOMTIMER   1
 
#define KRATOS_TIMER_START(t)   Timer::Start(t);
 
#define KRATOS_TIMER_STOP(t)   Timer::Stop(t);
 

Functions

Input and output
std::istream & Kratos::operator>> (std::istream &rIStream, MPICommunicator &rThis)
 input stream function More...
 
std::ostream & Kratos::operator<< (std::ostream &rOStream, const MPICommunicator &rThis)
 output stream function More...
 

Macro Definition Documentation

◆ CUSTOMTIMER

#define CUSTOMTIMER   1

◆ KRATOS_TIMER_START

#define KRATOS_TIMER_START (   t)    Timer::Start(t);

◆ KRATOS_TIMER_STOP

#define KRATOS_TIMER_STOP (   t)    Timer::Stop(t);