|
Neko 1.99.3
A portable framework for high-order spectral element flow simulations
|
Implements the settings helper data container for global interpolation. More...
Public Attributes | |
| integer | glob_map_size = GLOB_MAP_SIZE |
| Global map size. | |
| real(kind=dp) | tolerance = GLOB_INTERP_TOL |
| Tolerance for Newton iterations. | |
| real(kind=dp) | padding = GLOB_INTERP_PAD |
| Padding of the bounding boxes. | |
Definition at line 77 of file global_interpolation.f90.
| integer global_interpolation::global_interpolation_settings_t::glob_map_size = GLOB_MAP_SIZE |
Definition at line 79 of file global_interpolation.f90.
| real(kind=dp) global_interpolation::global_interpolation_settings_t::padding = GLOB_INTERP_PAD |
Definition at line 83 of file global_interpolation.f90.
| real(kind=dp) global_interpolation::global_interpolation_settings_t::tolerance = GLOB_INTERP_TOL |
Definition at line 81 of file global_interpolation.f90.