Neko  0.9.0
A portable framework for high-order spectral element flow simulations
spectral_error.f90 File Reference

Go to the source code of this file.

Data Types

type  spectral_error::spectral_error_t
 Provides tools to calculate the spectral error indicator. More...
 

Modules

module  spectral_error
 Implements type spectral_error_t.
 

Functions/Subroutines

subroutine spectral_error::spectral_error_init (this, json, case)
 Constructor. More...
 
subroutine spectral_error::spectral_error_init_from_attributes (this, coef)
 Actual constructor. More...
 
subroutine spectral_error::spectral_error_free (this)
 Destructor. More...
 
subroutine spectral_error::spectral_error_compute (this, t, tstep)
 Compute the spectral error indicator. More...
 
subroutine spectral_error::transform_to_spec_or_phys (u_hat, u, wk, coef, space)
 Transform a field u to u_hat into physical or spectral space the result of the transformation is in u_hat. More...
 
subroutine spectral_error::spectral_error_get_indicators (this, coef)
 Transform and get the spectral error indicators. More...
 
subroutine spectral_error::spectral_error_write (this, t)
 Write error indicators in a field file. More...
 
subroutine spectral_error::calculate_indicators (this, coef, eind, sig, lnelt, LX1, LY1, LZ1, var)
 Wrapper for old fortran 77 subroutines. More...
 
subroutine spectral_error::speri_var (this, est, sig, var, nell, xa, xb, LX1, LY1, LZ1)
 Calculate the indicator in a specified variable. More...
 
subroutine spectral_error::speri_extrap (this, estx, sigx, coef11, coef, ix_st, ix_en, nyl, nzl)
 Extrapolate the Legendre spectrum from the last points. More...