|
MFC
Exascale flow solver
|
Derived type annexing integral regions. More...
Public Attributes | |
| real(wp) | xmin |
| Min. boundary first coordinate direction. | |
| real(wp) | xmax |
| Max. boundary first coordinate direction. | |
| real(wp) | ymin |
| Min. boundary second coordinate direction. | |
| real(wp) | ymax |
| Max. boundary second coordinate direction. | |
| real(wp) | zmin |
| Min. boundary third coordinate direction. | |
| real(wp) | zmax |
| Max. boundary third coordinate direction. | |
Derived type annexing integral regions.
Definition at line 688 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::xmax |
Max. boundary first coordinate direction.
Definition at line 690 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::xmin |
Min. boundary first coordinate direction.
Definition at line 689 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::ymax |
Max. boundary second coordinate direction.
Definition at line 692 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::ymin |
Min. boundary second coordinate direction.
Definition at line 691 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::zmax |
Max. boundary third coordinate direction.
Definition at line 694 of file m_derived_types.fpp.f90.
| real(wp) m_derived_types::integral_parameters::zmin |
Min. boundary third coordinate direction.
Definition at line 693 of file m_derived_types.fpp.f90.