Dune Core Modules (unstable)

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

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

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

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
Note
that the communicate method can only be called by one individual thread, as the whole Dune parallel components are not (i.e. cannot be) thread safe.

The documentation for this struct was generated from the following file:
Creative Commons License   |  Legal Statements / Impressum  |  Hosted by TU Dresden  |  generated with Hugo v0.80.0 (Apr 18, 22:30, 2024)