Go to the source code of this file.
|
subroutine, public | pqm_functions::pqm_reconstruction (N, h, u, ppoly_E, ppoly_S, ppoly_coef, h_neglect) |
| Reconstruction by quartic polynomials within each cell. More...
|
|
subroutine | pqm_functions::pqm_limiter (N, h, u, ppoly_E, ppoly_S, h_neglect) |
| Limit the piecewise quartic method reconstruction. More...
|
|
subroutine, public | pqm_functions::pqm_boundary_extrapolation (N, h, u, ppoly_E, ppoly_coef) |
| Reconstruction by parabolas within boundary cells. More...
|
|
subroutine, public | pqm_functions::pqm_boundary_extrapolation_v1 (N, h, u, ppoly_E, ppoly_S, ppoly_coef, h_neglect) |
| Reconstruction by parabolas within boundary cells. More...
|
|