|
MFC
Exascale flow solver
|
Finite-difference state for post_process: density gradient magnitude for numerical Schlieren and centered FD coefficients in x-, y-, and z-directions. More...
Public Attributes | |
| real(wp), dimension(:,:,:), allocatable | gm_rho_sf |
| Density gradient magnitude for numerical Schlieren. | |
| real(wp), dimension(:,:), allocatable | fd_coeff_x |
| FD coefficients in the x-direction. | |
| real(wp), dimension(:,:), allocatable | fd_coeff_y |
| FD coefficients in the y-direction. | |
| real(wp), dimension(:,:), allocatable | fd_coeff_z |
| FD coefficients in the z-direction. | |
Finite-difference state for post_process: density gradient magnitude for numerical Schlieren and centered FD coefficients in x-, y-, and z-directions.
Definition at line 483 of file m_derived_types.fpp.f90.
| real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_x |
FD coefficients in the x-direction.
Definition at line 485 of file m_derived_types.fpp.f90.
| real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_y |
FD coefficients in the y-direction.
Definition at line 486 of file m_derived_types.fpp.f90.
| real(wp), dimension(:,:), allocatable m_derived_types::fd_context::fd_coeff_z |
FD coefficients in the z-direction.
Definition at line 487 of file m_derived_types.fpp.f90.
| real(wp), dimension(:,:,:), allocatable m_derived_types::fd_context::gm_rho_sf |
Density gradient magnitude for numerical Schlieren.
Definition at line 484 of file m_derived_types.fpp.f90.