Neko 1.99.3
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
global_interpolation::global_interpolation_settings_t Type Reference

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.
 

Detailed Description

Definition at line 77 of file global_interpolation.f90.

Member Data Documentation

◆ glob_map_size

integer global_interpolation::global_interpolation_settings_t::glob_map_size = GLOB_MAP_SIZE

Definition at line 79 of file global_interpolation.f90.

◆ padding

real(kind=dp) global_interpolation::global_interpolation_settings_t::padding = GLOB_INTERP_PAD

Definition at line 83 of file global_interpolation.f90.

◆ tolerance

real(kind=dp) global_interpolation::global_interpolation_settings_t::tolerance = GLOB_INTERP_TOL

Definition at line 81 of file global_interpolation.f90.


The documentation for this type was generated from the following file: