15template<
class real_type>
21template<
class real_type>
27template<
class real_type>
base X-point topology classes
dg::MIHMatrix_t< typename MPITopology::value_type > projection(const MPITopology &g_new, const MPITopology &g_old, std::string method="dg")
Create a projection between two grids.
Definition mpi_projection.h:272
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin li...
Creation of projection matrices.
1D grid for X-point topology
Definition gridX.h:68
RealGrid< real_type, 1 > grid() const
Definition gridX.h:186
A CSR formatted sparse matrix.
Definition sparsematrix.h:96
A 2D grid class with X-point topology.
Definition gridX.h:257
RealGrid< real_type, 2 > grid() const
Return a copy without topology.
Definition gridX.h:388
A 3D grid class with X-point topology.
Definition gridX.h:541
RealGrid< real_type, 3 > grid() const
Return a copy without topology.
Definition gridX.h:711