|
Discontinuous Galerkin Library
#include "dg/algorithm.h"
|
No refinement. More...
Public Member Functions | |
| virtual RealIdentityXRefinement * | clone () const override final |
Public Member Functions inherited from dg::aRealRefinementX2d< real_type > | |
| void | generate (const RealGridX2d< real_type > &g_old, thrust::host_vector< real_type > &weightsX, thrust::host_vector< real_type > &weightsY, thrust::host_vector< real_type > &abscissasX, thrust::host_vector< real_type > &abscissasY) const |
| Generate the grid transformation. | |
| unsigned | nx_new (unsigned Nx_old, real_type fx_old) const |
| the new number of cells | |
| unsigned | ny_new (unsigned Ny_old, real_type fy_old) const |
| real_type | fx_new (unsigned Nx_old, real_type fx_old) const |
| real_type | fy_new (unsigned Ny_old, real_type fy_old) const |
| virtual | ~aRealRefinementX2d ()=default |
Additional Inherited Members | |
Protected Member Functions inherited from dg::aRealRefinementX2d< real_type > | |
| aRealRefinementX2d ()=default | |
| aRealRefinementX2d (const aRealRefinementX2d &src)=default | |
| aRealRefinementX2d & | operator= (const aRealRefinementX2d &src)=default |
No refinement.
|
inlinefinaloverridevirtual |
Implements dg::aRealRefinementX2d< real_type >.