Neko 1.99.1
A portable framework for high-order spectral element flow simulations
|
Base type for element finder providing element candidates for a given point in the domain. More...
Public Member Functions | |
procedure(el_finder_free), deferred, pass | free (this) |
procedure(el_finder_find), deferred, pass | find (this, my_point, el_candidates) |
procedure(el_finder_find_batch), deferred, pass | find_batch (this, points, n_points, all_el_candidates, n_el_cands) |
Definition at line 43 of file el_finder.f90.
|
pure virtual |
Definition at line 46 of file el_finder.f90.
|
pure virtual |
Definition at line 47 of file el_finder.f90.
|
pure virtual |
Definition at line 45 of file el_finder.f90.