21 #if !defined(KRATOS_DELAUNAY_MESHING_APPLICATION_VARIABLES_H_INCLUDED )
22 #define KRATOS_DELAUNAY_MESHING_APPLICATION_VARIABLES_H_INCLUDED
This class is a vector which stores global pointers.
Definition: global_pointers_vector.h:61
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
GlobalPointersVector< Element > ElementWeakPtrVectorType
Definition: build_model_part_boundary_process.hpp:60
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21
KRATOS_DEFINE_APPLICATION_VARIABLE(CHIMERA_APPLICATION, double, CHIMERA_DISTANCE)
PointerVectorSet< Condition, IndexedObject > ConditionContainerType
Definition: delaunay_meshing_application_variables.h:41
KRATOS_DEFINE_3D_APPLICATION_VARIABLE_WITH_COMPONENTS(CHIMERA_APPLICATION, ROTATION_MESH_DISPLACEMENT)
Condition::WeakPointer ConditionWeakPtrType
Definition: generate_new_conditions_mesher_process.hpp:45
Element::WeakPointer ElementWeakPtrType
Definition: generate_new_conditions_mesher_process.hpp:44
GlobalPointersVector< Node > NodeWeakPtrVectorType
Definition: build_model_part_boundary_process.hpp:59
GlobalPointersVector< Condition > ConditionWeakPtrVectorType
Definition: build_model_part_boundary_process.hpp:61
Node::WeakPointer NodeWeakPtrType
Definition: generate_new_conditions_mesher_process.hpp:43