dune-fem  2.4.1-rc
Public Types | List of all members
Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::CommDataHandle< DiscreteFunction, Operation > Struct Template Reference

defines type of data handle for communication More...

#include </local/tomalk/somewhere/tmp/dune-fem/dune/fem/space/common/discretefunctionspace.hh>

Public Types

typedef Traits::template CommDataHandle< DiscreteFunction, Operation >::Type Type
 type of communication data handle More...
 
typedef Traits::template CommDataHandle< DiscreteFunction, Operation >::OperationType OperationType
 type of operation to perform on scatter More...
 

Detailed Description

template<class FunctionSpaceTraits>
template<class DiscreteFunction, class Operation = typename Traits :: template CommDataHandle< DiscreteFunction > :: OperationType>
struct Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::CommDataHandle< DiscreteFunction, Operation >

defines type of data handle for communication

Parameters
DiscreteFunctiontype of discrete function to communicate
Operationtype of operation to perform on communication (defaults to copy)

Member Typedef Documentation

template<class FunctionSpaceTraits>
template<class DiscreteFunction , class Operation = typename Traits :: template CommDataHandle< DiscreteFunction > :: OperationType>
typedef Traits :: template CommDataHandle< DiscreteFunction, Operation >:: OperationType Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::CommDataHandle< DiscreteFunction, Operation >::OperationType

type of operation to perform on scatter

template<class FunctionSpaceTraits>
template<class DiscreteFunction , class Operation = typename Traits :: template CommDataHandle< DiscreteFunction > :: OperationType>
typedef Traits :: template CommDataHandle< DiscreteFunction, Operation >:: Type Dune::Fem::DiscreteFunctionSpaceInterface< FunctionSpaceTraits >::CommDataHandle< DiscreteFunction, Operation >::Type

type of communication data handle


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