KTH framework for Nek5000 toolboxes; testing version
0.0.1
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | lpm_init (rparam, yp, nyp, pp, npp, npart, time_) |
subroutine | lpm_rparam_set (rparam) |
subroutine | lpm_init_filter |
subroutine | lpm_tag_set |
subroutine | lpm_tag_init |
subroutine | lpm_solve (time_) |
subroutine | lpm_rk3_driver (time_, dt_, y0, y, ydot, n) |
subroutine | lpm_interpolate_setup |
subroutine | lpm_interpolate_fld (jp, fld) |
subroutine | lpm_project |
subroutine | lpm_solve_project |
subroutine | lpm_rk3_coeff (tcoef, rdt) |
subroutine | lpm_qtl_pvol (divin, phipin) |
subroutine | lpm_move_outlier |
subroutine lpm_init | ( | real, dimension(*) | rparam, |
real, dimension(*) | yp, | ||
nyp, | |||
real, dimension(*) | pp, | ||
npp, | |||
npart, | |||
time_ | |||
) |
Definition at line 2 of file lpm_solve.f.
References copy(), domain_size(), exitti(), lpm_comm_setup(), lpm_init_filter(), lpm_interpolate_setup(), lpm_project(), lpm_rparam_set(), lpm_tag_init(), lpm_tag_set(), and nekgsync().
subroutine lpm_init_filter |
Definition at line 90 of file lpm_solve.f.
References exitt(), glmax(), and glmin().
subroutine lpm_interpolate_fld | ( | jp, | |
real, dimension(*) | fld | ||
) |
Definition at line 296 of file lpm_solve.f.
subroutine lpm_interpolate_setup |
Definition at line 283 of file lpm_solve.f.
References lpm_comm_bin_setup(), lpm_comm_crystal(), lpm_comm_findpts(), and lpm_move_outlier().
subroutine lpm_move_outlier |
Definition at line 677 of file lpm_solve.f.
References copy(), and icopy().
subroutine lpm_project |
Definition at line 333 of file lpm_solve.f.
References lpm_comm_ghost_create(), lpm_comm_ghost_send(), and lpm_solve_project().
subroutine lpm_rk3_coeff | ( | real, dimension(*) | tcoef, |
real | rdt | ||
) |
subroutine lpm_rk3_driver | ( | real | time_, |
dt_, | |||
real, dimension(*) | y0, | ||
real, dimension(*) | y, | ||
real, dimension(*) | ydot, | ||
n | |||
) |
Definition at line 257 of file lpm_solve.f.
References lpm_rk3_coeff().
subroutine lpm_rparam_set | ( | real, dimension(*) | rparam | ) |
subroutine lpm_solve | ( | real | time_ | ) |
Definition at line 226 of file lpm_solve.f.
References copy(), dnekclock(), exitti(), and lpm_rk3_driver().
subroutine lpm_solve_project |
Definition at line 346 of file lpm_solve.f.
References icopy(), and rzero().
subroutine lpm_tag_init |
subroutine lpm_tag_set |