dune-grid  2.2.0
Static Public Attributes
Dune::Capabilities::viewThreadSafe< Grid > Struct Template Reference

Specialize with 'true' if the grid implementation is thread safe, while it is not modified. (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::viewThreadSafe< Grid >

Specialize with 'true' if the grid implementation is thread safe, while it is not modified. (default=false)

This capability is 'true' if the grid thread safe, at least while it is not modified. This means especially that all grid modification, like load balancing and grid adaption are not necessarily thread safe.

See also:
threadSafe

Member Data Documentation

template<class Grid >
const bool Dune::Capabilities::viewThreadSafe< Grid >::v = false
static

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