14 #if !defined(KRATOS_FAST_TRANSFER_BETWEEN_MODEL_PARTS_PROCESS_H_INCLUDED )
15 #define KRATOS_FAST_TRANSFER_BETWEEN_MODEL_PARTS_PROCESS_H_INCLUDED
90 NODESANDCONDITIONS = 4,
92 NODESANDCONSTRAINTS = 6,
94 NODESANDGEOMETRIES = 8,
113 const EntityTransfered Entity = EntityTransfered::ALL,
115 const bool ReplicateEntities =
false
134 void Execute()
override;
151 std::string
Info()
const override
153 return "FastTransferBetweenModelPartsProcess";
159 rOStream <<
"FastTransferBetweenModelPartsProcess";
212 const EntityTransfered mEntity;
227 void TransferWithoutFlags();
232 void TransferWithFlags();
238 void ReorderAllIds(
ModelPart& rThhisModelPart);
243 void ReplicateWithoutFlags();
248 void ReplicateWithFlags();
290 rOStream << std::endl;
PeriodicInterfaceProcess & operator=(const PeriodicInterfaceProcess &)=delete
The base class for assigning a value to scalar variables or array_1d components processes in Kratos.
Definition: fast_transfer_between_model_parts_process.h:56
EntityTransfered
This enum helps us to identify the elements to transfer between the modelparts.
Definition: fast_transfer_between_model_parts_process.h:85
ModelPart::MasterSlaveConstraintContainerType MasterSlaveConstraintArrayType
Definition: fast_transfer_between_model_parts_process.h:68
void PrintData(std::ostream &rOStream) const override
Print object's data.
Definition: fast_transfer_between_model_parts_process.h:163
ModelPart::ElementsContainerType ElementsArrayType
Definition: fast_transfer_between_model_parts_process.h:67
ModelPart::NodesContainerType NodesArrayType
Definition: fast_transfer_between_model_parts_process.h:65
ModelPart::ConditionsContainerType ConditionsArrayType
Definition: fast_transfer_between_model_parts_process.h:66
Node NodeType
The type used for the node.
Definition: fast_transfer_between_model_parts_process.h:62
void PrintInfo(std::ostream &rOStream) const override
Print information about this object.
Definition: fast_transfer_between_model_parts_process.h:157
~FastTransferBetweenModelPartsProcess() override
Destructor.
Definition: fast_transfer_between_model_parts_process.h:119
std::string Info() const override
Turn back information as a string.
Definition: fast_transfer_between_model_parts_process.h:151
std::size_t SizeType
The type used to identify the size.
Definition: fast_transfer_between_model_parts_process.h:72
KRATOS_CLASS_POINTER_DEFINITION(FastTransferBetweenModelPartsProcess)
Pointer definition of FastTransferBetweenModelPartsProcess.
ModelPart::GeometriesMapType GeometriesMapType
Definition: fast_transfer_between_model_parts_process.h:69
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
This class defines the node.
Definition: node.h:65
A sorted associative container similar to an STL set, but uses a vector to store pointers to its data...
Definition: pointer_vector_set.h:72
The base class for all processes in Kratos.
Definition: process.h:49
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::istream & operator>>(std::istream &rIStream, LinearMasterSlaveConstraint &rThis)
input stream function
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432