KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | make_hpf |
subroutine | build_hpf_mat (op_mat, f_filter, ifboyd) |
subroutine | build_hpf_fld (v, u, f, nx, nz) |
subroutine | hpf_trns_fcn (diag, kut) |
subroutine | spec_coeff_init (ref_xmap, ifboyd) |
subroutine build_hpf_fld | ( | real, dimension(nxyz,lelv) | v, |
real, dimension(nxyz,lelv) | u, | ||
real, dimension(nx,nx) | f, | ||
integer | nx, | ||
integer | nz | ||
) |
subroutine build_hpf_mat | ( | real, dimension(lx1,lx1) | op_mat, |
real, dimension(lm2) | f_filter, | ||
logical | ifboyd | ||
) |
Definition at line 129 of file hpf.f.
References copy(), gaujordf(), mxm(), and spec_coeff_init().
subroutine hpf_trns_fcn | ( | real, dimension(lx1*lx1) | diag, |
integer | kut | ||
) |
subroutine make_hpf |
Definition at line 1 of file hpf.f.
References addcol3(), build_hpf_fld(), build_hpf_mat(), cmult(), hpf_trns_fcn(), and opadd2col().
subroutine spec_coeff_init | ( | real, dimension(lm2) | ref_xmap, |
logical | ifboyd | ||
) |
Definition at line 283 of file hpf.f.
References legendre_poly(), and transpose().