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.
List of all members
Kratos::MapperFlags Class Reference

Flags needed used in the MappingApplication. More...

#include <mapper_flags.h>

Collaboration diagram for Kratos::MapperFlags:

Public Member Functions

Type Definitions
 KRATOS_CLASS_POINTER_DEFINITION (MapperFlags)
 Pointer definition of MapperFlags. More...
 
 KRATOS_DEFINE_LOCAL_FLAG (SWAP_SIGN)
 Local Flags. More...
 
 KRATOS_DEFINE_LOCAL_FLAG (ADD_VALUES)
 
 KRATOS_DEFINE_LOCAL_FLAG (REMESHED)
 
 KRATOS_DEFINE_LOCAL_FLAG (USE_TRANSPOSE)
 
 KRATOS_DEFINE_LOCAL_FLAG (ORIGIN_ONLY)
 
 KRATOS_DEFINE_LOCAL_FLAG (DESTINATION_ONLY)
 
 KRATOS_DEFINE_LOCAL_FLAG (TO_NON_HISTORICAL)
 
 KRATOS_DEFINE_LOCAL_FLAG (FROM_NON_HISTORICAL)
 
 KRATOS_DEFINE_LOCAL_FLAG (INTERNAL_USE_TRANSPOSE)
 
Life Cycle
 MapperFlags ()=delete
 Default constructor. More...
 
virtual ~MapperFlags ()=default
 Destructor. More...
 
Input and output
virtual std::string Info () const
 Turn back information as a string. More...
 
virtual void PrintInfo (std::ostream &rOStream) const
 Print information about this object. More...
 
virtual void PrintData (std::ostream &rOStream) const
 Print object's data. More...
 

Detailed Description

Flags needed used in the MappingApplication.

This class implements the flags needed in the MappingApplication. Some of them are exposed to Python

Constructor & Destructor Documentation

◆ MapperFlags()

Kratos::MapperFlags::MapperFlags ( )
delete

Default constructor.

◆ ~MapperFlags()

virtual Kratos::MapperFlags::~MapperFlags ( )
virtualdefault

Destructor.

Member Function Documentation

◆ Info()

virtual std::string Kratos::MapperFlags::Info ( ) const
inlinevirtual

Turn back information as a string.

◆ KRATOS_CLASS_POINTER_DEFINITION()

Kratos::MapperFlags::KRATOS_CLASS_POINTER_DEFINITION ( MapperFlags  )

Pointer definition of MapperFlags.

◆ KRATOS_DEFINE_LOCAL_FLAG() [1/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( ADD_VALUES  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [2/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( DESTINATION_ONLY  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [3/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( FROM_NON_HISTORICAL  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [4/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( INTERNAL_USE_TRANSPOSE  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [5/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( ORIGIN_ONLY  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [6/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( REMESHED  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [7/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( SWAP_SIGN  )

Local Flags.

◆ KRATOS_DEFINE_LOCAL_FLAG() [8/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( TO_NON_HISTORICAL  )

◆ KRATOS_DEFINE_LOCAL_FLAG() [9/9]

Kratos::MapperFlags::KRATOS_DEFINE_LOCAL_FLAG ( USE_TRANSPOSE  )

◆ PrintData()

virtual void Kratos::MapperFlags::PrintData ( std::ostream &  rOStream) const
inlinevirtual

Print object's data.

◆ PrintInfo()

virtual void Kratos::MapperFlags::PrintInfo ( std::ostream &  rOStream) const
inlinevirtual

Print information about this object.


The documentation for this class was generated from the following file: