solutions.f90 File Reference
Go to the source code of this file.
Modules | |
module | solutions |
Functions/Subroutines | |
subroutine, public | solutions::riemann (x0, gamma_, rho_l_, u_l_, p_l_, rho_r_, u_r_, p_r_, t, x, pvar) |
subroutine | sample (x, rho, u, p) |
pure subroutine | solutions::f (p, fx, plist) |
real pure function | solutions::f_x (p, rho_x, u_x, p_x, A_x, B_x, c_x) |
Variables | |
real | solutions::rho_l |
real | solutions::u_l |
real | solutions::p_l |
real | solutions::a_l |
real | solutions::b_l |
real | solutions::c_l |
real | solutions::rho_r |
real | solutions::u_r |
real | solutions::p_r |
real | solutions::a_r |
real | solutions::b_r |
real | solutions::c_r |
real | solutions::gamma |
Function/Subroutine Documentation
◆ sample()
|
private |