Home
last modified time | relevance | path

Searched refs:BackwardCommunication (Results 1 – 11 of 11) sorted by relevance

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dcheckcomcorrectness.hh229 gv.communicate(dh_backward,InteriorBorder_InteriorBorder_Interface,BackwardCommunication); in check_communication_correctness_do()
256 gv.communicate(dh_backward,All_All_Interface,BackwardCommunication); in check_communication_correctness_do()
287 gv.communicate(dh,InteriorBorder_All_Interface,BackwardCommunication); in check_communication_correctness_do()
H A Dcheckcommunicate.hh475 …bj2 = gridView_.communicate( dh, Dune::InteriorBorder_All_Interface, Dune::BackwardCommunication ); in checkCommunication()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/common/
H A Dgridenums.hh170 BackwardCommunication //!< reverse communication direction enumerator
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/parallelgrid/
H A Dgridview.hh179 assert( (direction == ForwardCommunication) || (direction == BackwardCommunication) ); in communicate()
198 case BackwardCommunication: in communicate()
/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/test/
H A Dcommunicationtest.hh49 glue.communicate(dh, Dune::All_All_Interface, Dune::BackwardCommunication); in testCommunication()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/python/dune/grid/
H A D_grid.cc32 communicationDirection.value( "Backward", Dune::BackwardCommunication ); in PYBIND11_MODULE()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/python/grid/
H A Dmapper.hh233 mapperCommunicate(self,commOp, data, interfaceType, BackwardCommunication); in registerMapperCommunicate()
244 self.gridView().communicate( dataHandle, interfaceType, BackwardCommunication); in registerMapperCommunicate()
/dports/math/dune-grid-glue/dune-grid-glue-17bd9898df80a52e2c316fc053119d190c149a2e/dune/grid-glue/adapter/
H A Dgridgluecommunicate.hh262 typedef CommunicationOperator<Dune::BackwardCommunication> BackwardOperator;
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dlinkage.hh89 static_assert( (int( ForwardCommunication ) == 0) && (int( BackwardCommunication ) == 1),
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Dcommunication.hh162 else if( dir == BackwardCommunication ) in ALUCommunication()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/
H A Dyaspgrid.hh1520 if (dir==BackwardCommunication) in communicateCodim()