atl_cheb_spectral_visc_1d Subroutine

private subroutine atl_cheb_spectral_visc_1d(state, mesh, filter, poly_proj, maxPolyDeg)

Damp the modal coefficients of the state vector by a given spectral viscosity method.

Arguments

Type IntentOptional Attributes Name
type(atl_statedata_type), intent(inout) :: state
type(atl_cube_elem_type), intent(in) :: mesh
type(atl_spectral_visc_type), intent(in) :: filter
type(ply_poly_project_type), intent(inout) :: poly_proj
integer, intent(in) :: maxPolyDeg