|
| class | Dune::YaspGrid< dim, Coordinates > |
| | [ provides Dune::Grid ] More...
|
| |
| class | Dune::YaspGeometry< mydim, cdim, GridImp > |
| | The general version that handles all codimensions but 0 and dim. More...
|
| |
| class | Dune::YaspEntity< codim, dim, GridImp > |
| |
| class | Dune::YaspEntitySeed< codim, GridImp > |
| | Describes the minimal information necessary to create a fully functional YaspEntity. More...
|
| |
| class | Dune::YaspLevelIterator< codim, pitype, GridImp > |
| | Iterates over entities of one grid level. More...
|
| |
| class | Dune::YaspIntersectionIterator< GridImp > |
| | YaspIntersectionIterator enables iteration over intersections with neighboring codim 0 entities. More...
|
| |
| class | Dune::YaspIntersection< GridImp > |
| | YaspIntersection provides data about intersection with neighboring codim 0 entities. More...
|
| |
| class | Dune::YaspHierarchicIterator< GridImp > |
| | YaspHierarchicIterator enables iteration over son entities of codim 0. More...
|
| |
| class | Dune::YaspIndexSet< GridImp, isLeafIndexSet > |
| | Implementation of Level- and LeafIndexSets for YaspGrid. More...
|
| |
| class | Dune::YaspGlobalIdSet< GridImp > |
| | persistent, globally unique Ids More...
|
| |
| class | Dune::YaspPersistentContainerIndex< Grid > |
| |
| struct | Dune::YaspGridFamily< dim, Coordinates > |
| |
| class | Dune::YaspGrid< dim, Coordinates > |
| | [ provides Dune::Grid ] More...
|
| |
| struct | Dune::Capabilities::hasBackupRestoreFacilities< YaspGrid< dim, Coordinates > > |
| |
| struct | Dune::Capabilities::hasSingleGeometryType< YaspGrid< dim, Coordinates > > |
| | YaspGrid has only one geometry type for codim 0 entities. More...
|
| |
| struct | Dune::Capabilities::isCartesian< YaspGrid< dim, Coordinates > > |
| | YaspGrid is a Cartesian grid. More...
|
| |
| struct | Dune::Capabilities::hasEntity< YaspGrid< dim, Coordinates >, codim > |
| | YaspGrid has entities for all codimensions. More...
|
| |
| struct | Dune::Capabilities::hasEntityIterator< YaspGrid< dim, Coordinates >, codim > |
| | YaspGrid can iterate over all codimensions. More...
|
| |
| struct | Dune::Capabilities::canCommunicate< YaspGrid< dim, Coordinates >, codim > |
| | YaspGrid can communicate on all codimensions. More...
|
| |
| struct | Dune::Capabilities::isLevelwiseConforming< YaspGrid< dim, Coordinates > > |
| | YaspGrid is levelwise conforming. More...
|
| |
| struct | Dune::Capabilities::isLeafwiseConforming< YaspGrid< dim, Coordinates > > |
| | YaspGrid is leafwise conforming. More...
|
| |
| struct | Dune::Capabilities::viewThreadSafe< YaspGrid< dim, Coordinates > > |
| | YaspGrid is viewThreadSafe. More...
|
| |
|
| template<typename ctype , int dim> |
| | Dune::YaspGrid (FieldVector< ctype, dim >, std::array< int, std::size_t{dim}>, std::bitset< std::size_t{dim}>=std::bitset< std::size_t{dim}>{0ULL}, int=1, YaspCommunication=YaspCommunication(), const Yasp::Partitioning< dim > *=YaspGrid< dim, EquidistantCoordinates< ctype, dim >>::defaultPartitioner()) -> YaspGrid< dim, EquidistantCoordinates< ctype, dim > > |
| |
| template<typename ctype , int dim> |
| | Dune::YaspGrid (FieldVector< ctype, dim >, FieldVector< ctype, dim >, std::array< int, std::size_t{dim}>, std::bitset< std::size_t{dim}>=std::bitset< std::size_t{dim}>{0ULL}, int=1, YaspCommunication=YaspCommunication(), const Yasp::Partitioning< dim > *=YaspGrid< dim, EquidistantOffsetCoordinates< ctype, dim >>::defaultPartitioner()) -> YaspGrid< dim, EquidistantOffsetCoordinates< ctype, dim > > |
| |
| template<typename ctype , std::size_t dim> |
| | Dune::YaspGrid (std::array< std::vector< ctype >, dim >, std::bitset< dim >=std::bitset< dim >{0ULL}, int=1, YaspCommunication=YaspCommunication(), const Yasp::Partitioning< dim > *=YaspGrid< int{dim}, TensorProductCoordinates< ctype, int{dim}>>::defaultPartitioner()) -> YaspGrid< int |
| |
| template<int d, class CC > |
| std::ostream & | Dune::operator<< (std::ostream &s, const YaspGrid< d, CC > &grid) |
| | Output operator for multigrids. More...
|
| |
YaspGrid stands for yet another structured parallel grid. It will implement the dune grid interface for structured grids with arbitrary overlap, parallel features with two overlap models, periodic boundaries and a fast implementation allowing on-the-fly computations.