Home
last modified time | relevance | path

Searched refs:GhostEntity (Results 1 – 25 of 33) sorted by relevance

12

/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/utility/
H A Dentitycommhelper.hh54 return (p != FrontEntity) && (p != GhostEntity); in send()
60 return (p != GhostEntity); in receive()
71 return (p != FrontEntity) && (p != GhostEntity); in send()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/common/
H A Dpartitionset.hh71 (1 << GhostEntity)
78 (1 << GhostEntity)
114 : std::integral_constant<unsigned int, (1 << GhostEntity)>
119 …riorEntity) | (1 << BorderEntity) | (1 << OverlapEntity) | (1 << FrontEntity) | (1 << GhostEntity)>
304 typedef decltype(partitionSet<GhostEntity>()) Ghost;
H A Dgridenums.hh33 GhostEntity=4 //!< ghost entities enumerator
55 case GhostEntity : in PartitionName()
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/cacheitgrid/
H A Diteratorcache.hh50 static const PartitionType end = GhostEntity;
56 static const PartitionType begin = GhostEntity;
57 static const PartitionType end = GhostEntity;
72 static const unsigned int numPartitionTypes = GhostEntity+2;
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/parallelgrid/
H A Diterator.hh58 if( info.partitionType() != GhostEntity ) in checkValid()
63 if( info.partitionType() == GhostEntity ) in checkValid()
H A Dgridview.hh194 dataHandle, InteriorEntity, GhostEntity, in communicate()
201 dataHandle, GhostEntity, InteriorEntity, in communicate()
H A Drankmanager.hh654 insertAllSubEntities( hostElement, GhostEntity, myRank_ ); in checkNeighbors()
655 insertConnectivity( hostElement, GhostEntity, indexInInside, ghostRank ); in checkNeighbors()
/dports/math/dune-spgrid/dune-spgrid-3977013bee93d1b113b155cc5b881d28d3ee37f5/dune/grid/spgrid/
H A Dhierarchicsearch.hh240 return ( partitionType != FrontEntity && partitionType != GhostEntity ); in contains()
243 return ( partitionType != GhostEntity ); in contains()
249 return ( partitionType == GhostEntity ); in contains()
H A Dpartitionpool.hh186 return GhostEntity; in partitionType()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/test/
H A Dcheckpartition.hh48 return (partitionType != Dune::FrontEntity) && (partitionType != Dune::GhostEntity); in contains()
57 return (partitionType != Dune::GhostEntity); in contains()
75 return (partitionType == Dune::GhostEntity); in contains()
89 case Dune::GhostEntity : in possibleSubPartitionType()
90 return (pt == Dune::BorderEntity) || (pt == Dune::FrontEntity) || (pt == Dune::GhostEntity); in possibleSubPartitionType()
H A Dtest-parallel-ug.cc126 if (element.partitionType() == Dune::GhostEntity) in checkIntersections()
596 …tions[All_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, GhostEntity}; in testParallelUG()
600 …iorBorder_All_Interface] = {InteriorEntity, BorderEntity, OverlapEntity, FrontEntity, GhostEntity}; 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 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/uggrid/
H A Duggridentity.hh122 return GhostEntity; in partitionType()
154 result.push_back(std::make_pair(rank, GhostEntity)); in partitionTypes()
346 return GhostEntity; in partitionType()
374 result.push_back(std::make_pair(rank, GhostEntity)); in partitionTypes()
H A Duggridleveliterator.hh102 if (entityPIType == GhostEntity) in entityOK_()
H A Duggridleafiterator.hh124 if (entityPIType == GhostEntity) in isInPartition()
/dports/math/dune-pdelab/dune-pdelab-20c7085389d3eb4f8ca99e1bc60f7fa6036536c8/dune/pdelab/constraints/
H A Dp0ghost.hh42 else if (eg.entity().partitionType()==Dune::GhostEntity){ in volume()
/dports/math/dune-foamgrid/dune-foamgrid-43bfdb6181fae187fd803eca935a030d8d5ab0bc/patches/
H A Dcheckintersection.patch12 if( (sumNormal.two_norm() > 1e-8) && (eIt->partitionType() != Dune::GhostEntity) )
/dports/math/dune-metagrid/dune-metagrid-45fe80d530d18d8b86e77f20e38865f2101e571a/dune/grid/prismgrid/
H A Dintersectioniterator.hh56 const bool ghost = ( inside.partitionType() == GhostEntity ); in PrismIntersectionIterator()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/space/common/
H A Dadaptcallbackhandle.hh65 assert( entity.partitionType() != GhostEntity ); in isValidEntity()
H A Dadaptationmanager.hh476 const bool isGhost = entity.partitionType() == GhostEntity ; in hierarchicRestrict()
534 const bool isGhost = entity.partitionType() == GhostEntity ; in hierarchicProlong()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/python/dune/grid/
H A D_grid.cc21 partitionType.value( "Ghost", Dune::GhostEntity ); in PYBIND11_MODULE()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/test/
H A Dcheckintersections.hh158 if( (sum.two_norm() > tolerance ) && ( entity.partitionType() != Dune::GhostEntity) ) in checkOuterNormals()
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/yaspgrid/
H A Dyaspgridentity.hh316 return GhostEntity; in partitionType()
499 return GhostEntity; in partitionType()
869 return GhostEntity; in partitionType()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/operator/common/
H A Dstencil.hh79 if( (dEntity.partitionType() == GhostEntity) && !fillGhost ) in fill()
/dports/math/dune-fem/dune-fem-d1c625e6d51167d0cce57de6adcef21f548a8f82/dune/fem/gridpart/
H A Dadaptiveleafindexset.hh206 if( !skipGhosts || (element.partitionType() != GhostEntity) ) in apply()
878 if( entity.partitionType() == GhostEntity ) in insertIndex()

12