File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ class OverlappingCouplingFunctor : public GhostingFunctor
6767 (const MeshBase ::const_element_iterator & range_begin ,
6868 const MeshBase ::const_element_iterator & range_end ,
6969 processor_id_type p ,
70- std :: unordered_map < const Elem * , const CouplingMatrix * > & coupled_elements ) override
70+ map_type & coupled_elements ) override
7171 {
7272 std ::unique_ptr < PointLocatorBase > sub_point_locator = _mesh .sub_point_locator ();
7373
@@ -430,8 +430,8 @@ private:
430430
431431 OverlappingCouplingFunctor coupling_functor (system );
432432
433- std :: unordered_map < const Elem * , const CouplingMatrix * > subdomain_one_couplings ;
434- std :: unordered_map < const Elem * , const CouplingMatrix * > subdomain_two_couplings ;
433+ GhostingFunctor :: map_type subdomain_one_couplings ;
434+ GhostingFunctor :: map_type subdomain_two_couplings ;
435435
436436 coupling_functor ( _mesh -> active_subdomain_elements_begin (1 ),
437437 _mesh -> active_subdomain_elements_end (1 ),
You can’t perform that action at this time.
0 commit comments