|
| Traits::LevelGridView | levelGridView (int level) const |
| |
| Traits::LeafGridView | leafGridView () const |
| |
| bool | mark (int refCount, const typename Traits ::template Codim< 0 >::Entity &e) |
| |
| bool | mark (int refCount, const typename Codim< 0 >::Entity &e) |
| |
| int | getMark (const typename Traits::template Codim< 0 >::Entity &e) const |
| |
| int | getMark (const typename Codim< 0 >::Entity &e) const |
| |
| bool | loadBalance () |
| |
| bool | loadBalance (DataHandle &data) |
| |
|
| template<typename EntitySeed > |
| Traits::template Codim< EntitySeed::codimension >::Entity | entity (const EntitySeed &entitySeed) const |
| |
| int | maxLevel () const |
| |
| template<int codim> |
| Traits::template Codim< codim >::LevelIterator | lbegin (int level) const |
| |
| template<int codim> |
| Traits::template Codim< codim >::LevelIterator | lend (int level) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Traits::template Codim< codim >::template Partition< pitype >::LevelIterator | lbegin (int level) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Traits::template Codim< codim >::template Partition< pitype >::LevelIterator | lend (int level) const |
| |
| template<int codim> |
| Traits::template Codim< codim >::LeafIterator | leafbegin () const |
| |
| template<int codim> |
| Traits::template Codim< codim >::LeafIterator | leafend () const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Traits::template Codim< codim >::template Partition< pitype >::LeafIterator | leafbegin () const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Traits::template Codim< codim >::template Partition< pitype >::LeafIterator | leafend () const |
| |
| int | size (int level, int codim) const |
| |
| int | size (int codim) const |
| |
| int | size (int level, GeometryType type) const |
| |
| int | size (GeometryType type) const |
| |
| const Traits::GlobalIdSet & | globalIdSet () const |
| |
| const Traits::LocalIdSet & | localIdSet () const |
| |
| const Traits::LevelIndexSet & | levelIndexSet (int level) const |
| |
| const Traits::LeafIndexSet & | leafIndexSet () const |
| |
| void | globalRefine (int refCount) |
| | Use MultiDomainGrid::globalRefine() instead of this method.
|
| |
| bool | mark (int refCount, const typename Traits::template Codim< 0 >::Entity &e) |
| | Mark the entity e for grid refinement across ALL subdomains.
|
| |
| int | getMark (const typename Traits::template Codim< 0 >::Entity &e) |
| | Retrieve the refinement mark of entity e.
|
| |
| bool | preAdapt () |
| | Use MultiDomainGrid::preAdapt() instead of this method.
|
| |
| bool | adapt () |
| | Use MultiDomainGrid::adapt() instead of this method.
|
| |
| void | postAdapt () |
| | Use MultiDomainGrid::postAdapt() instead of this method.
|
| |
| int | overlapSize (int level, int codim) const |
| |
| int | overlapSize (int codim) const |
| |
| int | ghostSize (int level, int codim) const |
| |
| int | ghostSize (int codim) const |
| |
| const Traits::Communication & | comm () const |
| |
| template<typename DataHandleImp , typename DataTypeImp > |
| void | communicate (CommDataHandleIF< DataHandleImp, DataTypeImp > &data, InterfaceType iftype, CommunicationDirection dir, int level) const |
| |
| template<typename DataHandleImp , typename DataTypeImp > |
| void | communicate (CommDataHandleIF< DataHandleImp, DataTypeImp > &data, InterfaceType iftype, CommunicationDirection dir) const |
| |
| size_t | numBoundarySegments () const |
| |
| const MDGrid & | multiDomainGrid () const |
| | Get the MultiDomainGrid that we are part of.
|
| |
| SubDomainIndex | domain () const |
| | Return our subdomain number.
|
| |
| void | update () |
| |
| bool | operator== (const SubDomainGrid &rhs) const |
| |