16 #if !defined(KRATOS_MAPPER_FLAGS_H_INCLUDED)
17 #define KRATOS_MAPPER_FLAGS_H_INCLUDED
75 virtual std::string
Info()
const
77 std::stringstream buffer;
78 buffer <<
"MapperFlags" ;
83 virtual void PrintInfo(std::ostream& rOStream)
const
85 rOStream <<
"MapperFlags";
89 virtual void PrintData(std::ostream& rOStream)
const {}
Flags needed used in the MappingApplication.
Definition: mapper_flags.h:41
KRATOS_DEFINE_LOCAL_FLAG(FROM_NON_HISTORICAL)
KRATOS_DEFINE_LOCAL_FLAG(ORIGIN_ONLY)
KRATOS_DEFINE_LOCAL_FLAG(USE_TRANSPOSE)
virtual ~MapperFlags()=default
Destructor.
KRATOS_DEFINE_LOCAL_FLAG(TO_NON_HISTORICAL)
KRATOS_DEFINE_LOCAL_FLAG(SWAP_SIGN)
Local Flags.
KRATOS_DEFINE_LOCAL_FLAG(INTERNAL_USE_TRANSPOSE)
KRATOS_DEFINE_LOCAL_FLAG(DESTINATION_ONLY)
virtual std::string Info() const
Turn back information as a string.
Definition: mapper_flags.h:75
KRATOS_DEFINE_LOCAL_FLAG(REMESHED)
KRATOS_DEFINE_LOCAL_FLAG(ADD_VALUES)
KRATOS_CLASS_POINTER_DEFINITION(MapperFlags)
Pointer definition of MapperFlags.
MapperFlags()=delete
Default constructor.
virtual void PrintInfo(std::ostream &rOStream) const
Print information about this object.
Definition: mapper_flags.h:83
virtual void PrintData(std::ostream &rOStream) const
Print object's data.
Definition: mapper_flags.h:89
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21