@@ -111,7 +111,7 @@ BeamInteraction::BeamToSolidCondition::create_contact_pair(
111111/* *
112112 *
113113 */
114- std::shared_ptr<BeamInteraction::SUBMODELEVALUATOR ::BeamContactAssemblyManager>
114+ std::shared_ptr<BeamInteraction::SubmodelEvaluator ::BeamContactAssemblyManager>
115115BeamInteraction::BeamToSolidCondition::create_indirect_assembly_manager (
116116 const std::shared_ptr<const Core::FE::Discretization>& discret)
117117{
@@ -141,7 +141,7 @@ BeamInteraction::BeamToSolidCondition::create_indirect_assembly_manager(
141141 mortar_manager->set_local_maps (condition_contact_pairs_);
142142
143143 // Create the indirect assembly manager with the mortar manager
144- return std::make_shared<SUBMODELEVALUATOR ::BeamContactAssemblyManagerInDirect>(mortar_manager);
144+ return std::make_shared<SubmodelEvaluator ::BeamContactAssemblyManagerInDirect>(mortar_manager);
145145 }
146146 return nullptr ;
147147}
@@ -163,7 +163,7 @@ BeamInteraction::BeamToSolidConditionVolumeMeshtying::BeamToSolidConditionVolume
163163
164164 // Create the geometry evaluation data for this condition.
165165 geometry_evaluation_data_ =
166- std::make_shared<GEOMETRYPAIR ::LineTo3DEvaluationData>(input_parameter_list);
166+ std::make_shared<GeometryPair ::LineTo3DEvaluationData>(input_parameter_list);
167167}
168168
169169/* *
@@ -192,22 +192,22 @@ BeamInteraction::create_beam_to_solid_volume_pair_shape(const Core::FE::CellType
192192 {
193193 case Core::FE::CellType::hex8:
194194 return std::make_shared<
195- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex8, BtsTemplateArguments...>>();
195+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex8, BtsTemplateArguments...>>();
196196 case Core::FE::CellType::hex20:
197197 return std::make_shared<
198- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex20, BtsTemplateArguments...>>();
198+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex20, BtsTemplateArguments...>>();
199199 case Core::FE::CellType::hex27:
200200 return std::make_shared<
201- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex27, BtsTemplateArguments...>>();
201+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex27, BtsTemplateArguments...>>();
202202 case Core::FE::CellType::tet4:
203203 return std::make_shared<
204- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_tet4, BtsTemplateArguments...>>();
204+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_tet4, BtsTemplateArguments...>>();
205205 case Core::FE::CellType::tet10:
206206 return std::make_shared<
207- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_tet10, BtsTemplateArguments...>>();
207+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_tet10, BtsTemplateArguments...>>();
208208 case Core::FE::CellType::nurbs27:
209209 return std::make_shared<
210- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_nurbs27, BtsTemplateArguments...>>();
210+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_nurbs27, BtsTemplateArguments...>>();
211211 default :
212212 FOUR_C_THROW (" Wrong element type for solid element." );
213213 return nullptr ;
@@ -225,19 +225,19 @@ BeamInteraction::create_beam_to_solid_volume_pair_shape_no_nurbs(const Core::FE:
225225 {
226226 case Core::FE::CellType::hex8:
227227 return std::make_shared<
228- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex8, BtsTemplateArguments...>>();
228+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex8, BtsTemplateArguments...>>();
229229 case Core::FE::CellType::hex20:
230230 return std::make_shared<
231- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex20, BtsTemplateArguments...>>();
231+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex20, BtsTemplateArguments...>>();
232232 case Core::FE::CellType::hex27:
233233 return std::make_shared<
234- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_hex27, BtsTemplateArguments...>>();
234+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_hex27, BtsTemplateArguments...>>();
235235 case Core::FE::CellType::tet4:
236236 return std::make_shared<
237- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_tet4, BtsTemplateArguments...>>();
237+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_tet4, BtsTemplateArguments...>>();
238238 case Core::FE::CellType::tet10:
239239 return std::make_shared<
240- BtsClass<GEOMETRYPAIR ::t_hermite, GEOMETRYPAIR ::t_tet10, BtsTemplateArguments...>>();
240+ BtsClass<GeometryPair ::t_hermite, GeometryPair ::t_tet10, BtsTemplateArguments...>>();
241241 default :
242242 FOUR_C_THROW (" Wrong element type for solid element." );
243243 return nullptr ;
@@ -258,13 +258,13 @@ BeamInteraction::create_beam_to_solid_volume_pair_mortar(const Core::FE::CellTyp
258258 {
259259 case Inpar::BeamToSolid::BeamToSolidMortarShapefunctions::line2:
260260 return create_beam_to_solid_volume_pair_mortar<BtsClass, BtsMortarTemplateArguments...,
261- GEOMETRYPAIR ::t_line2>(shape, other_mortar_shape_function...);
261+ GeometryPair ::t_line2>(shape, other_mortar_shape_function...);
262262 case Inpar::BeamToSolid::BeamToSolidMortarShapefunctions::line3:
263263 return create_beam_to_solid_volume_pair_mortar<BtsClass, BtsMortarTemplateArguments...,
264- GEOMETRYPAIR ::t_line3>(shape, other_mortar_shape_function...);
264+ GeometryPair ::t_line3>(shape, other_mortar_shape_function...);
265265 case Inpar::BeamToSolid::BeamToSolidMortarShapefunctions::line4:
266266 return create_beam_to_solid_volume_pair_mortar<BtsClass, BtsMortarTemplateArguments...,
267- GEOMETRYPAIR ::t_line4>(shape, other_mortar_shape_function...);
267+ GeometryPair ::t_line4>(shape, other_mortar_shape_function...);
268268 default :
269269 FOUR_C_THROW (" Wrong mortar shape function." );
270270 return nullptr ;
@@ -375,7 +375,7 @@ BeamInteraction::BeamToSolidConditionSurface::BeamToSolidConditionSurface(
375375
376376 // Create the geometry evaluation data for this condition.
377377 geometry_evaluation_data_ =
378- std::make_shared<GEOMETRYPAIR ::LineToSurfaceEvaluationData>(input_parameter_list);
378+ std::make_shared<GeometryPair ::LineToSurfaceEvaluationData>(input_parameter_list);
379379}
380380
381381/* *
@@ -425,10 +425,10 @@ void BeamInteraction::BeamToSolidConditionSurface::setup(
425425
426426 // Cast the geometry evaluation data to the correct type.
427427 auto line_to_surface_evaluation_data =
428- std::dynamic_pointer_cast<GEOMETRYPAIR ::LineToSurfaceEvaluationData>(
428+ std::dynamic_pointer_cast<GeometryPair ::LineToSurfaceEvaluationData>(
429429 geometry_evaluation_data_);
430430 if (line_to_surface_evaluation_data == nullptr )
431- FOUR_C_THROW (" Could not cast to GEOMETRYPAIR ::LineToSurfaceEvaluationData." );
431+ FOUR_C_THROW (" Could not cast to GeometryPair ::LineToSurfaceEvaluationData." );
432432
433433 // If the pairs are FAD, i.e., if the averaged normals have to be evaluated using FAD.
434434 int fad_order = 0 ;
@@ -451,7 +451,7 @@ void BeamInteraction::BeamToSolidConditionSurface::setup(
451451 }
452452
453453 // Loop over all pairs and add the needed face elements.
454- std::unordered_map<int , std::shared_ptr<GEOMETRYPAIR ::FaceElement>> pair_face_elements;
454+ std::unordered_map<int , std::shared_ptr<GeometryPair ::FaceElement>> pair_face_elements;
455455 pair_face_elements.clear ();
456456 for (const auto & pair : condition_contact_pairs_)
457457 {
@@ -464,8 +464,8 @@ void BeamInteraction::BeamToSolidConditionSurface::setup(
464464 if (find_in_pair == pair_face_elements.end ())
465465 {
466466 // The face element has to be created and added to the contact pair.
467- std::shared_ptr<GEOMETRYPAIR ::FaceElement> new_face_element =
468- GEOMETRYPAIR ::face_element_factory (find_in_condition->second , fad_order,
467+ std::shared_ptr<GeometryPair ::FaceElement> new_face_element =
468+ GeometryPair ::face_element_factory (find_in_condition->second , fad_order,
469469 line_to_surface_evaluation_data->get_surface_normal_strategy ());
470470 new_face_element->set_part_of_pair (true );
471471 pair_face_elements[solid_id] = new_face_element;
@@ -486,7 +486,7 @@ void BeamInteraction::BeamToSolidConditionSurface::setup(
486486
487487 // Now all faces of contact pairs are in pair_face_elements, we still need to add faces that are
488488 // needed for averaged normal calculation, but are not contained in any pair.
489- std::unordered_map<int , std::shared_ptr<GEOMETRYPAIR ::FaceElement>> face_elements_needed;
489+ std::unordered_map<int , std::shared_ptr<GeometryPair ::FaceElement>> face_elements_needed;
490490 face_elements_needed = pair_face_elements;
491491 for (const auto & face_element_iterator : pair_face_elements)
492492 {
@@ -508,7 +508,7 @@ void BeamInteraction::BeamToSolidConditionSurface::setup(
508508 {
509509 // It is not already in the needed faces -> add it.
510510 face_elements_needed[element_id] =
511- GEOMETRYPAIR ::face_element_factory (find_in_condition->second , fad_order,
511+ GeometryPair ::face_element_factory (find_in_condition->second , fad_order,
512512 line_to_surface_evaluation_data->get_surface_normal_strategy ());
513513 }
514514 }
@@ -538,16 +538,16 @@ void BeamInteraction::BeamToSolidConditionSurface::set_state(
538538 if (is_contact ())
539539 {
540540 auto line_to_other_evaluation_data =
541- std::dynamic_pointer_cast<GEOMETRYPAIR ::LineTo3DEvaluationData>(geometry_evaluation_data_);
541+ std::dynamic_pointer_cast<GeometryPair ::LineTo3DEvaluationData>(geometry_evaluation_data_);
542542 line_to_other_evaluation_data->reset_tracker ();
543543 }
544544
545545 // Cast the geometry evaluation data to the correct type.
546546 auto line_to_surface_evaluation_data =
547- std::dynamic_pointer_cast<GEOMETRYPAIR ::LineToSurfaceEvaluationData>(
547+ std::dynamic_pointer_cast<GeometryPair ::LineToSurfaceEvaluationData>(
548548 geometry_evaluation_data_);
549549 if (line_to_surface_evaluation_data == nullptr )
550- FOUR_C_THROW (" Could not cast to GEOMETRYPAIR ::LineToSurfaceEvaluationData." );
550+ FOUR_C_THROW (" Could not cast to GeometryPair ::LineToSurfaceEvaluationData." );
551551
552552 // Setup the geometry data for the surface patch.
553553 line_to_surface_evaluation_data->set_state (beaminteraction_data_state->get_dis_col_np ());
@@ -560,7 +560,7 @@ std::shared_ptr<BeamInteraction::BeamContactPair>
560560BeamInteraction::BeamToSolidConditionSurface::create_contact_pair_internal (
561561 const std::vector<Core::Elements::Element const *>& ele_ptrs)
562562{
563- using namespace GEOMETRYPAIR ;
563+ using namespace GeometryPair ;
564564
565565 const auto * beam_element = dynamic_cast <const Discret::Elements::Beam3Base*>(ele_ptrs[0 ]);
566566 const bool beam_is_hermite = beam_element->hermite_centerline_interpolation ();
@@ -569,10 +569,10 @@ BeamInteraction::BeamToSolidConditionSurface::create_contact_pair_internal(
569569 const auto shape = core_element->shape ();
570570
571571 auto line_to_surface_evaluation_data =
572- std::dynamic_pointer_cast<GEOMETRYPAIR ::LineToSurfaceEvaluationData>(
572+ std::dynamic_pointer_cast<GeometryPair ::LineToSurfaceEvaluationData>(
573573 geometry_evaluation_data_);
574574 if (line_to_surface_evaluation_data == nullptr )
575- FOUR_C_THROW (" Could not cast to GEOMETRYPAIR ::LineToSurfaceEvaluationData." );
575+ FOUR_C_THROW (" Could not cast to GeometryPair ::LineToSurfaceEvaluationData." );
576576 auto surface_normal_strategy = line_to_surface_evaluation_data->get_surface_normal_strategy ();
577577
578578 if (is_mesh_tying ())
@@ -637,7 +637,7 @@ BeamInteraction::BeamToSolidConditionSurface::create_contact_pair_internal(
637637 case Inpar::BeamToSolid::BeamToSolidSurfaceCoupling::displacement_fad:
638638 case Inpar::BeamToSolid::BeamToSolidSurfaceCoupling::consistent_fad:
639639 {
640- if (surface_normal_strategy == Inpar::GEOMETRYPAIR ::SurfaceNormals::standard)
640+ if (surface_normal_strategy == Inpar::GeometryPair ::SurfaceNormals::standard)
641641 {
642642 switch (shape)
643643 {
@@ -665,7 +665,7 @@ BeamInteraction::BeamToSolidConditionSurface::create_contact_pair_internal(
665665 }
666666 }
667667 else if (surface_normal_strategy ==
668- Inpar::GEOMETRYPAIR ::SurfaceNormals::extended_volume)
668+ Inpar::GeometryPair ::SurfaceNormals::extended_volume)
669669 {
670670 switch (shape)
671671 {
0 commit comments