KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | local_solves_fdm (u, v) |
subroutine | fastdm1 (r, df, sr, ss, st, w1, w2) |
subroutine | tensr3 (v, nv, u, nu, A, Bt, Ct, w) |
subroutine | s_face_to_int (x, c) |
subroutine | dface_ext (x) |
subroutine | dface_add1si (x, c) |
subroutine | init_weight_op |
subroutine | do_weight_op (x) |
subroutine fastdm1 | ( | real, dimension(1) | r, |
real, dimension(1) | df, | ||
real, dimension(lxx,2) | sr, | ||
real, dimension(lxx,2) | ss, | ||
real, dimension(lxx,2) | st, | ||
real, dimension(1) | w1, | ||
real, dimension(1) | w2 | ||
) |
subroutine init_weight_op |
Definition at line 310 of file fasts.f.
References dface_add1si(), dface_ext(), dssum(), rzero(), and s_face_to_int().
subroutine local_solves_fdm | ( | real, dimension(lx2,ly2,lz2,lelv) | u, |
real, dimension(lx2,ly2,lz2,lelv) | v | ||
) |
Definition at line 2 of file fasts.f.
References dface_add1si(), dface_ext(), dnekclock(), do_weight_op(), dssum(), fastdm1(), rzero(), and s_face_to_int().
subroutine tensr3 | ( | real, dimension(nv,nv,nv) | v, |
nv, | |||
real, dimension(nu,nu,nu) | u, | ||
nu, | |||
real, dimension(1) | A, | ||
real, dimension(1) | Bt, | ||
real, dimension(1) | Ct, | ||
real, dimension(1) | w | ||
) |