37 template<
class TContainerType>
62 const std::string& rKernelFunctionType,
68 const std::string& rKernelFunctionType,
69 const std::string& rDampingFunctionType,
85 std::string
Info()
const;
94 const ModelPart* mpFixedModelPart =
nullptr;
96 FilterFunction::UniquePointer mpKernelFunction;
98 DampingFunction::UniquePointer mpDampingFunction;
112 typename KDTree::Pointer mpSearchTree;
114 typename KDTree::Pointer mpFixedModelPartSearchTree;
120 template<
class TWeightIntegrationType>
130 template<
class TContainerType>
132 std::ostream& rOStream,
135 return rOStream << rThis.
Info();
std::string Info() const override
Turn back information as a string.
Definition: periodic_interface_process.hpp:93
Short class definition.
Definition: bucket.h:57
Container variable data holder.
Definition: container_expression.h:80
Definition: explicit_filter.h:39
typename TContainerType::value_type EntityType
Definition: explicit_filter.h:44
std::string Info() const
Definition: explicit_filter.cpp:378
KRATOS_CLASS_POINTER_DEFINITION(ExplicitFilter)
Pointer definition of ContainerMapper.
std::vector< typename EntityPoint< EntityType >::Pointer > EntityPointVector
Definition: explicit_filter.h:46
Kratos::intrusive_ptr< const Expression > ConstPointer
Definition: expression.h:46
This class aims to manage meshes for multi-physics simulations.
Definition: model_part.h:77
A generic tree data structure for spatial partitioning.
Definition: tree.h:190
std::size_t IndexType
The definition of the index type.
Definition: key_hash.h:35
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
std::ostream & operator<<(std::ostream &rOStream, const LinearMasterSlaveConstraint &rThis)
output stream function
Definition: linear_master_slave_constraint.h:432