Explicit inertial term with an upwind optimized weno scheme.  
More...
|  | 
| subroutine | compute_div_u_psi_term_explicit_opt_weno5z_2d (psi, velocity, directions, divupsi) | 
|  | Compute the conservative advection term term with an optimized explicit WENO 5Z scheme (2D). 
 | 
|  | 
| subroutine | compute_div_u_psi_term_explicit_opt_weno5z_3d (psi, velocity, directions, divupsi) | 
|  | Compute the conservative advection term term with an optimized explicit WENO 5Z scheme (3D). 
 | 
|  | 
| double precision function | weno_scheme_o5z_reconstruction_forward (step, values) | 
|  | 
| double precision function | weno_scheme_o5z_reconstruction_backward (step, values) | 
|  | 
| subroutine | compute_div_u_psi_term_explicit_opt_weno3z_2d (psi, velocity, directions, divupsi) | 
|  | Compute the conservative advection term term with an optimized explicit WENO 3Z scheme (2D). 
 | 
|  | 
| subroutine | compute_div_u_psi_term_explicit_opt_weno3z_3d (psi, velocity, directions, divupsi) | 
|  | Compute the conservative advection term term with an optimized explicit WENO 3Z scheme (3D). 
 | 
|  | 
| double precision function | weno_scheme_o3z_reconstruction_forward (step, values) | 
|  | 
| double precision function | weno_scheme_o3z_reconstruction_backward (step, values) | 
|  | 
Explicit inertial term with an upwind optimized weno scheme.