|
MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Go to the source code of this file.
Modules | |
| module | mod_nonlinear_phys |
| Module containing the physics routines for scalar nonlinear equation. | |
Functions/Subroutines | |
| subroutine, public | mod_nonlinear_phys::nonlinear_phys_init () |
| subroutine, public | mod_nonlinear_phys::nonlinear_get_v (w, x, ixil, ixol, idim, v) |
Variables | |
| integer, public, protected | mod_nonlinear_phys::rho_ = 1 |
| index of the single scalar unknown | |
| integer, public, protected | mod_nonlinear_phys::nonlinear_flux_type = 1 |
| switch between burgers (i.e. rho**2) or nonconvex flux (i.e. rho**3) | |
| logical, public, protected | mod_nonlinear_phys::kdv_source_term = .false. |
| whether the KdV source term is added | |
| logical, public, protected | mod_nonlinear_phys::nonlinear_particles = .false. |
| Whether particles module is added. | |