Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::RealIdentityRefinement< real_type > Struct Template Reference

No refinement. More...

Inheritance diagram for dg::RealIdentityRefinement< real_type >:
[legend]

Public Member Functions

virtual RealIdentityRefinementclone () const
 
- Public Member Functions inherited from dg::aRealRefinement1d< real_type >
void generate (const RealGrid1d< real_type > &g_old, thrust::host_vector< real_type > &weights, thrust::host_vector< real_type > &abscissas) const
 Generate the grid transformation. More...
 
unsigned N_new (unsigned N_old, bc bcx) const
 the new number of cells More...
 
virtual aRealRefinement1dclone () const =0
 
virtual ~aRealRefinement1d ()=default
 

Additional Inherited Members

- Protected Member Functions inherited from dg::aRealRefinement1d< real_type >
 aRealRefinement1d ()=default
 
 aRealRefinement1d (const aRealRefinement1d &src)=default
 
aRealRefinement1doperator= (const aRealRefinement1d &src)=default
 

Detailed Description

template<class real_type>
struct dg::RealIdentityRefinement< real_type >

No refinement.

Member Function Documentation

◆ clone()

template<class real_type >
virtual RealIdentityRefinement * dg::RealIdentityRefinement< real_type >::clone ( ) const
inlinevirtual

The documentation for this struct was generated from the following file: