Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
aabb_pe_finder.f90 File Reference

Go to the source code of this file.

Data Types

type  aabb_pe_finder::aabb_pe_finder_t
 Implements global interpolation for arbitrary points in the domain. More...
 

Modules

module  aabb_pe_finder
 Implements aabb_pe_finder given a dofmap.
 

Functions/Subroutines

subroutine aabb_pe_finder::aabb_pe_finder_init (this, x, y, z, nelv, xh, comm, padding)
 Initialize the global interpolation object on a set of coordinates.
 
subroutine aabb_pe_finder::aabb_pe_finder_free (this)
 Destructor.
 
subroutine aabb_pe_finder::aabb_pe_finder_find_candidates (this, my_point, pe_candidates)
 Find pe candidates.
 
subroutine aabb_pe_finder::aabb_pe_finder_find_candidates_batch (this, points, n_points, points_at_pe, n_points_pe)
 

Variables

integer, parameter, public aabb_pe_finder::glob_map_size = 4096
 Minimum number of total boxes in the aabb tree.