26template<
class real_type>
43template<
class real_type>
64template<
class real_type>
82template<
class real_type>
99template<
class real_type>
117template<
class real_type>
132template<
class real_type>
159template<
class real_type>
162 const thrust::host_vector<real_type>& v,
163 real_type x, real_type
y,
base X-point topology classes
bc
Switch between boundary conditions.
Definition enums.h:15
space
Space of DG coefficients.
Definition enums.h:164
@ NEU
Neumann on both boundaries.
Definition enums.h:20
real_type interpolate(dg::space sp, const host_vector &v, real_type x, const RealGrid1d< real_type > &g, dg::bc bcx=dg::NEU)
Interpolate a vector on a single point on a 1d Grid.
Definition interpolation.h:644
dg::SparseMatrix< int, real_type, thrust::host_vector > interpolation(const RecursiveHostVector &x, const aRealTopology< real_type, Nd > &g, std::array< dg::bc, Nd > bcx, std::string method="dg")
Create interpolation matrix of a list of points in given grid.
Definition interpolation.h:433
Interpolation matrix creation functions.
thrust::host_vector< real_type > forward_transform(const thrust::host_vector< real_type > &in, const aRealTopologyX2d< real_type > &g)
Transform a vector from XSPACE to LSPACE.
Definition interpolationX.h:133
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin li...
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