|
| const Grid & | grid () const |
| |
| const IndexSet & | indexSet () const |
| |
| int | size (int codim) const |
| |
| int | size (const GeometryType &type) const |
| |
| int | overlapSize (const int codim) const |
| |
| int | ghostSize (const int codim) const |
| |
| template<int codim> |
| Codim< codim >::Iterator | begin (const unsigned int sweepDir=0) const |
| |
| template<int codim> |
| Codim< codim >::Iterator | end (const unsigned int sweepDir=0) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Codim< codim >::template Partition< pitype >::Iterator | begin (const unsigned int sweepDir=0) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| Codim< codim >::template Partition< pitype >::Iterator | end (const unsigned int sweepDir=0) const |
| |
| IntersectionIterator | ibegin (const typename Codim< 0 >::Entity &entity) const |
| |
| IntersectionIterator | iend (const typename Codim< 0 >::Entity &entity) const |
| |
| template<class Entity > |
| Codim< Entity::codimension >::SuperEntityIterator | superEntityBegin (const Entity &entity) const |
| |
| template<class Entity > |
| Codim< Entity::codimension >::SuperEntityIterator | superEntityEnd (const Entity &entity) const |
| |
| BoundarySegmentIterator | boundarySegmentBegin (int face=0) const |
| |
| BoundarySegmentIterator | boundarySegmentEnd (int face=GridLevel::numFaces-1) const |
| |
| const CollectiveCommunication & | comm () const |
| |
| template<class DataHandle , class Data > |
| SPCommunication< Grid, CommDataHandleIF< DataHandle, Data > > | communicate (CommDataHandleIF< DataHandle, Data > &data, InterfaceType iftype, CommunicationDirection dir) const |
| |
| const GridLevel & | gridLevel () const |
| |
| void | update (const GridLevel &gridLevel) |
| |
| template<int codim> |
| SPGridView< ViewTraits >::template Codim< codim >::Iterator | begin (const unsigned int sweepDir) const |
| |
| template<int codim> |
| SPGridView< ViewTraits >::template Codim< codim >::Iterator | end (const unsigned int sweepDir) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| SPGridView< ViewTraits >::template Codim< codim >::template Partition< pitype >::Iterator | begin (const unsigned int sweepDir) const |
| |
| template<int codim, PartitionIteratorType pitype> |
| SPGridView< ViewTraits >::template Codim< codim >::template Partition< pitype >::Iterator | end (const unsigned int sweepDir) const |
| |
| template<class Entity > |
| SPGridView< ViewTraits >::template Codim< Entity::codimension >::SuperEntityIterator | superEntityBegin (const Entity &entity) const |
| |
| template<class Entity > |
| SPGridView< ViewTraits >::template Codim< Entity::codimension >::SuperEntityIterator | superEntityEnd (const Entity &entity) const |
| |