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

Go to the source code of this file.

Data Types

type  projection::projection_t
 

Modules

module  projection
 Project x onto X, the space of old solutions and back again.
 

Functions/Subroutines

subroutine projection::projection_init (this, n, L, activ_step)
 
subroutine projection::projection_free (this)
 
subroutine projection::projection_pre_solving (this, b, tstep, coef, n, dt_controller, string)
 
subroutine projection::projection_post_solving (this, x, Ax, coef, bclst, gs_h, n, tstep, dt_controller)
 
subroutine projection::bcknd_project_on (this, b, coef, n)
 
subroutine projection::bcknd_project_back (this, x, Ax, coef, bclst, gs_h, n)
 
subroutine projection::cpu_project_on (this, b, coef, n)
 
subroutine projection::device_project_on (this, b, coef, n)
 
subroutine projection::device_proj_ortho (this, xx_d, bb_d, w_d, n)
 
subroutine projection::cpu_proj_ortho (this, xx, bb, w, n)
 
subroutine projection::print_proj_info (this, string)
 
subroutine projection::bcknd_clear (this, n)