Home
last modified time | relevance | path

Searched refs:FrontEntity (Results 1 – 12 of 12) sorted by relevance

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/common/
H A Dpartitionset.hh60 (1 << FrontEntity)
70 (1 << FrontEntity) |
109 …igned int, (1 << InteriorEntity) | (1 << BorderEntity) | (1 << OverlapEntity) | (1 << FrontEntity)>
119 …< InteriorEntity) | (1 << BorderEntity) | (1 << OverlapEntity) | (1 << FrontEntity) | (1 << GhostE…
303 typedef decltype(partitionSet<FrontEntity>()) Front;
H A Dgridenums.hh32 FrontEntity=3 , //!< on boundary between overlap and ghost enumerator
53 case FrontEntity : in PartitionName()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/utility/
H A Dentitycommhelper.hh54 return (p != FrontEntity) && (p != GhostEntity); in send()
71 return (p != FrontEntity) && (p != GhostEntity); in send()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dtest-parallel-ug.cc596 …sendingPartitions[All_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, … in testParallelUG()
600 …iorBorder_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, GhostEntity}; in testParallelUG()
601 receivingPartitions[Overlap_OverlapFront_Interface] = {OverlapEntity, FrontEntity}; in testParallelUG()
602 …s[Overlap_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, GhostEntity}; in testParallelUG()
603 …tions[All_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, GhostEntity}; in testParallelUG()
H A Dcheckpartition.hh48 return (partitionType != Dune::FrontEntity) && (partitionType != Dune::GhostEntity); in contains()
88 return (pt == Dune::BorderEntity) || (pt == Dune::OverlapEntity) || (pt == Dune::FrontEntity); in possibleSubPartitionType()
90 return (pt == Dune::BorderEntity) || (pt == Dune::FrontEntity) || (pt == Dune::GhostEntity); in possibleSubPartitionType()
H A Dcheckcomcorrectness.hh274 PTSet readers({InteriorEntity,BorderEntity,OverlapEntity,FrontEntity,GhostEntity}); in check_communication_correctness_do()
283 PTSet writers({InteriorEntity,BorderEntity,OverlapEntity,FrontEntity,GhostEntity}); in check_communication_correctness_do()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/geometrygrid/
H A Dentity.hh535 if( (type != BorderEntity) && (type != FrontEntity) ) in partitionType()
542 if( (vtxType != BorderEntity) && (vtxType != FrontEntity) ) in partitionType()
547 assert( (type == BorderEntity) || (type == FrontEntity) ); in partitionType()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/python/dune/grid/
H A D_grid.cc20 partitionType.value( "Front", Dune::FrontEntity ); in PYBIND11_MODULE()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cacheitgrid/
H A Diteratorcache.hh43 static const PartitionType end = FrontEntity;
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dhierarchicsearch.hh240 return ( partitionType != FrontEntity && partitionType != GhostEntity ); in contains()
H A Dpartitionpool.hh184 return ((codim == 0) || overlapList_.contains( id, number )) ? OverlapEntity : FrontEntity; in partitionType()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/yaspgrid/
H A Dyaspgridentity.hh315 return FrontEntity; in partitionType()
868 return FrontEntity; in partitionType()