Home
last modified time | relevance | path

Searched refs:ghostFace (Results 1 – 7 of 7) sorted by relevance

/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/3d/
H A Dentity_inline.hh224 ALU3dGridEntityPointerBase( const HBndSegType & ghostFace ) in ALU3dGridEntityPointerBase() argument
225 : seed_( ghostFace ) in ALU3dGridEntityPointerBase()
226 , entity_ ( EntityImp( ghostFace ) ) in ALU3dGridEntityPointerBase()
301 updateGhostPointer( HBndSegType & ghostFace ) in updateGhostPointer() argument
303 seed_.set( ghostFace ); in updateGhostPointer()
306 entityImp().setGhost( ghostFace ); in updateGhostPointer()
H A Dentityseed.hh56 static Key* toKey(const HBndSegType* ghostFace) in toKey()
114 ALU3dGridEntitySeedBase(const HElementType* item, const HBndSegType* ghostFace );
117 ALU3dGridEntitySeedBase(const HBndSegType& ghostFace );
186 KeyType* toKey( const HBndSegType* ghostFace ) in toKey() argument
188 return Bnd<codim,KeyType>::toKey( ghostFace ); in toKey()
191 void set(const HBndSegType& ghostFace) in set() argument
193 item_ = toKey( &ghostFace ); in set()
359 ALU3dGridEntitySeed(const HBndSegType& ghostFace ) in ALU3dGridEntitySeed() argument
360 : ALU3dGridEntitySeedBase<cd,GridImp> ( ghostFace ) {} in ALU3dGridEntitySeed()
401 ALU3dGridEntitySeedBase(const HBndSegType& ghostFace ) in ALU3dGridEntitySeedBase() argument
[all …]
H A Dentity.hh491 ALU3dGridEntityPointerBase(const HBndSegType & ghostFace );
528 void updateGhostPointer( HBndSegType & ghostFace );
593 ALU3dGridEntityPointer(const HBndSegType & ghostFace ) in ALU3dGridEntityPointer() argument
594 : ALU3dGridEntityPointerBase<cd,GridImp> ( ghostFace ) in ALU3dGridEntityPointer()
/dports/cad/gmsh/gmsh-4.9.2-source/Geo/
H A DghostFace.h17 class ghostFace : public discreteFace {
25 ghostFace(GModel *model, const int num, const int partition) in ghostFace() function
30 virtual ~ghostFace() in ~ghostFace()
H A DGModelIO_MSH4.cpp316 ghostFace *ghostEntities = in readMSH4Entities()
317 new ghostFace(model, ghostTags[i], ghostTags[i + 1]); in readMSH4Entities()
801 static_cast<ghostFace *>(entity)->haveMesh(true); in readMSH4Elements()
1164 partNum = static_cast<ghostFace *>(ge)->getPartition(); in readMSH4GhostElements()
1185 static_cast<ghostFace *>(ge)->addElement( in readMSH4GhostElements()
1621 tags[++index] = static_cast<ghostFace *>(*it)->getPartition(); in writeMSH4Entities()
1805 tags[++index] = static_cast<ghostFace *>(*it)->getPartition(); in writeMSH4Entities()
2217 ghostFace *gf = static_cast<ghostFace *>(*it); in getEntitiesToSave()
2637 ghostElements = static_cast<ghostFace *>(entities[i])->getGhostCells(); in writeMSH4GhostCells()
2638 partition = static_cast<ghostFace *>(entities[i])->getPartition(); in writeMSH4GhostCells()
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DmeshPartition.cpp233 ghostEntities[i - 1] = new ghostFace(_model, ++elementaryNumber, i); in createGhostEntities()
234 _model->add(static_cast<ghostFace *>(ghostEntities[i - 1])); in createGhostEntities()
262 static_cast<ghostFace *>(ghostEntities[_partition[_adjncy[j]]]) in assignGhostCells()
2591 static_cast<ghostFace *>(ghostEntities[part - 1]) in PartitionUsingThisSplit()
/dports/cad/gmsh/gmsh-4.9.2-source/Common/
H A Dgmsh.cpp722 p.push_back(static_cast<ghostFace *>(ge)->getPartition()); in getPartitions()
4526 ghostCells = static_cast<ghostFace *>(ge)->getGhostCells(); in getGhostElements()