This module contains input parameters that are only used in C++ code. More...
Public Attributes | |
logical | f0_upsample = .false. |
Whether to upsample empty velocity cells before grid operations. More... | |
logical | f0_velocity_interp_use_pseudo_inv = .false. |
Whether to use pseudo-inverse interpolation between particles and velocity grid. More... | |
integer | f0_velocity_interp_pseudo_inv_order = 2 |
1 (linear) or 2 (quadratic) pseudo-inverse interpolation, only used if f0_velocity_interp_use_pseudo_inv = .true. More... | |
This module contains input parameters that are only used in C++ code.
logical cpp_input_module::f0_upsample = .false. |
Whether to upsample empty velocity cells before grid operations.
integer cpp_input_module::f0_velocity_interp_pseudo_inv_order = 2 |
1 (linear) or 2 (quadratic) pseudo-inverse interpolation, only used if f0_velocity_interp_use_pseudo_inv = .true.
logical cpp_input_module::f0_velocity_interp_use_pseudo_inv = .false. |
Whether to use pseudo-inverse interpolation between particles and velocity grid.