Function discretization routines for mpi vectors. More...
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. | |
Function discretization routines for mpi vectors.