Discontinuous Galerkin Library
#include "dg/algorithm.h"
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
mpi_evaluation.h File Reference

Function discretization routines for mpi vectors. More...

#include "dg/backend/mpi_vector.h"
#include "mpi_grid.h"
#include "evaluation.h"

Go to the source code of this file.

Namespaces

namespace  dg
 This is the namespace for all functions and classes defined and used by the discontinuous Galerkin library.
 

Functions

template<class real_type , class MPITopology >
MPI_Vector< thrust::host_vector< real_type > > dg::global2local (const thrust::host_vector< real_type > &global, const MPITopology &g)
 Take the relevant local part of a global vector.
 

Detailed Description

Function discretization routines for mpi vectors.