Go to the source code of this file.
|
| module | mod_kdv |
| | Module for including kdv source term in simulations adds \(-\delta^2*\sum_i \partial_{iii} \rho \) over dimensions i.
|
| |
|
| subroutine | mod_kdv::kdv_params_read (files) |
| | Read this module's parameters from a file. More...
|
| |
| subroutine | mod_kdv::kdv_init () |
| | Initialize the module. More...
|
| |
| subroutine | mod_kdv::kdv_add_source (qdt, ixIL, ixOL, wCT, w, x, qsourcesplit, active) |
| | w[iw]=w[iw]+qdt*S[wCT,qtC,x] where S is the source based on wCT within ixO More...
|
| |
| subroutine | mod_kdv::kdv_get_dt (w, ixIL, ixOL, dtnew, dxD, x) |
| |