dune-fem 2.8.0
Loading...
Searching...
No Matches
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 <dune/fem/space/common/discretefunctionspace.hh>

Public Types

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

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

◆ OperationType

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

◆ Type

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: