29template<
class real_type>
33 if( g.
outer_N() == 0)
return dx_normed( grid.n(), grid.N(), grid.h(),
dg::PER, dir);
59template<
class real_type>
62 return dx( g, g.
bcx(), dir);
73template<
class real_type>
100template<
class real_type>
base X-point topology classes
auto dx(const Topology &g, dg::bc bc, dg::direction dir=centered)
Definition derivativesT.h:14
EllSparseBlockMat< real_type, thrust::host_vector > jump(unsigned coord, const aRealTopology< real_type, Nd > &g, dg::bc bc)
Create a jump matrix along given coordinate.
Definition derivatives.h:70
bc
Switch between boundary conditions.
Definition enums.h:15
direction
Direction of a discrete derivative.
Definition enums.h:97
@ PER
periodic boundaries
Definition enums.h:16
@ centered
centered derivative (cell to the left and right and current cell)
Definition enums.h:100
This is the namespace for all functions and classes defined and used by the discontinuous Galerkin li...
Ell Sparse Block Matrix format.
Definition sparseblockmat.h:46
int blocks_per_line
number of blocks in each line
Definition sparseblockmat.h:174
Vector< int > cols_idx
is of size num_rows*num_blocks_per_line and contains the column indices % n into the vector
Definition sparseblockmat.h:169
1D grid for X-point topology
Definition gridX.h:68
unsigned inner_N() const
number of cells in the inner region
Definition gridX.h:148
bc bcx() const
boundary conditions
Definition gridX.h:160
unsigned outer_N() const
number of cells in one of the outer regions
Definition gridX.h:142
unsigned N() const
number of cells
Definition gridX.h:136
unsigned n() const
number of polynomial coefficients
Definition gridX.h:154
RealGrid< real_type, 1 > grid() const
Definition gridX.h:186
real_type h() const
cell size
Definition gridX.h:130