capabilities.hh File Reference


Detailed Description

A set of traits classes to store static information about grid implementation.

Go to the source code of this file.


Namespaces

namespace  Dune
namespace  Dune::Capabilities

Classes

struct  Dune::Capabilities::hasEntity< Grid, codim >
 Specialize with 'true' for all codims that a grid implements entities for. (default=false). More...
struct  Dune::Capabilities::isParallel< Grid >
 Specialize with 'true' if implementation supports parallelism. (default=false). More...
struct  Dune::Capabilities::isLevelwiseConforming< Grid >
 Specialize with 'true' if implementation guarantees conforming level grids. (default=false). More...
struct  Dune::Capabilities::isLeafwiseConforming< Grid >
 Specialize with 'true' if implementation guarantees a conforming leaf grid. (default=false). More...
struct  Dune::Capabilities::hasHangingNodes< Grid >
 Specialize with 'true' if implementation provides grids with hanging nodes. (default=false). More...
struct  Dune::Capabilities::hasBackupRestoreFacilities< Grid >
 Specialize with 'true' if implementation provides backup and restore facilities. (default=false). More...
struct  Dune::Capabilities::IsUnstructured< Grid >
 Specialize with 'true' if implementation provides unstructured grids. (default=true). More...

Generated on 12 Dec 2007 with Doxygen (ver 1.5.1)