Dune::Capabilities::threadSafe< Grid > Struct Template Reference
[Capabilities]

Specialize with 'true' if the grid implementation is thread safe. (default=false). More...

#include <dune/grid/common/capabilities.hh>

List of all members.

Static Public Attributes

static const bool v = false

Detailed Description

template<class Grid>
struct Dune::Capabilities::threadSafe< Grid >

Specialize with 'true' if the grid implementation is thread safe. (default=false).

This capability is 'true' if the grid is always thread safe. This means especially that all grid modification, like load balancing and grid adaption are also thread safe.

See also:
viewThreadSafe

Member Data Documentation

template<class Grid >
const bool Dune::Capabilities::threadSafe< Grid >::v = false [static]

The documentation for this struct was generated from the following file:

Generated on Fri Apr 29 2011 with Doxygen (ver 1.7.1) [doxygen-log,error-log].