|
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) |
|