|
| subroutine | projection_init (this, n, l, activ_step, reorthogonalize_basis) |
| |
| subroutine | projection_free (this) |
| |
| subroutine | projection_pre_solving (this, b, tstep, coef, n, dt_controller, string, ax, gs_h, bclst) |
| |
| subroutine | projection_post_solving (this, x, ax, coef, bclst, gs_h, n, tstep, dt_controller) |
| |
| subroutine | bcknd_project_on (this, b, coef, n) |
| |
| subroutine | bcknd_project_back (this, x, ax, coef, bclst, gs_h, n) |
| |
| subroutine | bcknd_reorthogonalize_basis (this, ax, coef, gs_h, blst, n) |
| |
| subroutine | cpu_reorthogonalize_basis (this, ax, coef, gs_h, blst, n) |
| |
| subroutine | device_reorthogonalize_basis (this, ax, coef, gs_h, blst, n) |
| |
| subroutine | cpu_project_on (this, b, coef, n) |
| |
| subroutine | device_project_on (this, b, coef, n) |
| |
| subroutine, public | proj_ortho (this, coef, n) |
| |
| subroutine | device_proj_ortho (this, xx_d, bb_d, w_d, n) |
| |
| subroutine | cpu_proj_ortho (this, xx, bb, w, n) |
| |
| subroutine | print_proj_info (this, string, tstep) |
| |
| subroutine | bcknd_clear (this, n) |
| |