Discontinuous Galerkin Library
#include "dg/algorithm.h"
dg::RealExponentialXRefinement< real_type > Member List

This is the complete list of members for dg::RealExponentialXRefinement< real_type >, including all inherited members.

aRealRefinementX2d()=defaultdg::aRealRefinementX2d< real_type >protected
aRealRefinementX2d(const aRealRefinementX2d &src)=defaultdg::aRealRefinementX2d< real_type >protected
clone() constdg::RealExponentialXRefinement< real_type >inlinevirtual
fx_new(unsigned Nx_old, real_type fx_old) constdg::aRealRefinementX2d< real_type >inline
fy_new(unsigned Ny_old, real_type fy_old) constdg::aRealRefinementX2d< real_type >inline
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) constdg::aRealRefinementX2d< real_type >inline
nx_new(unsigned Nx_old, real_type fx_old) constdg::aRealRefinementX2d< real_type >inline
ny_new(unsigned Ny_old, real_type fy_old) constdg::aRealRefinementX2d< real_type >inline
operator=(const aRealRefinementX2d &src)=defaultdg::aRealRefinementX2d< real_type >protected
RealExponentialXRefinement(unsigned add_x, unsigned add_y, unsigned howmanyX=1, unsigned howmanyY=1)dg::RealExponentialXRefinement< real_type >inline
~aRealRefinementX2d()=defaultdg::aRealRefinementX2d< real_type >virtual