Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
el_finder::el_finder_t Type Referenceabstract

Base type for element finder providing element candidates for a given point in the domain. More...

Inheritance diagram for el_finder::el_finder_t:

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)
 

Detailed Description

Definition at line 43 of file el_finder.f90.

Member Function/Subroutine Documentation

◆ find()

procedure(el_finder_find), deferred, pass el_finder::el_finder_t::find ( class(el_finder_t), intent(inout this,
type(point_t), intent(in my_point,
type(stack_i4_t), intent(inout el_candidates 
)
pure virtual

Definition at line 46 of file el_finder.f90.

◆ find_batch()

procedure(el_finder_find_batch), deferred, pass el_finder::el_finder_t::find_batch ( class(el_finder_t), intent(inout this,
real(kind=rp), dimension(3,n_points), intent(in points,
integer, intent(in n_points,
type(stack_i4_t), intent(inout all_el_candidates,
integer, dimension(n_points), intent(inout n_el_cands 
)
pure virtual

Definition at line 47 of file el_finder.f90.

◆ free()

procedure(el_finder_free), deferred, pass el_finder::el_finder_t::free ( class(el_finder_t), intent(inout this)
pure virtual

Definition at line 45 of file el_finder.f90.


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