Dune Core Modules (2.9.0)

Dune::Capabilities::canCommunicate< SPGrid< ct, dim, Ref, MPI_Comm >, codim > Struct Template Reference

Can a parallel grid communicate on a given codimension? More...

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

Static Public Attributes

static const bool v = ((codim >= 0) && (codim <= dim))
 SPGrid with MPI_Comm can communicate on all codimensions
 

Detailed Description

template<class ct, int dim, template< int > class Ref, int codim>
struct Dune::Capabilities::canCommunicate< SPGrid< ct, dim, Ref, MPI_Comm >, codim >

Can a parallel grid communicate on a given codimension?

Template Parameters
Gridgrid for which the information is desired
codimcodimension in question
Note
In order to communicate on a given codimension, the grid has to implement entities for that codimension.

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 (May 16, 22:29, 2024)