Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::TensorTraits< MPI_Vector< container > > Struct Template Reference

prototypical MPI vector More...

Public Types

using value_type = get_value_type< container >
 
using tensor_category = MPIVectorTag
 
using execution_policy = get_execution_policy< container >
 

Detailed Description

template<class container>
struct dg::TensorTraits< MPI_Vector< container > >

prototypical MPI vector

Member Typedef Documentation

◆ execution_policy

template<class container >
using dg::TensorTraits< MPI_Vector< container > >::execution_policy = get_execution_policy<container>

◆ tensor_category

template<class container >
using dg::TensorTraits< MPI_Vector< container > >::tensor_category = MPIVectorTag

◆ value_type

template<class container >
using dg::TensorTraits< MPI_Vector< container > >::value_type = get_value_type<container>

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