38 use mpi_f08,
only: mpi_comm
71 type(
point_t),
intent(in) :: my_point
72 type(
stack_i4_t),
intent(inout) :: pe_candidates
84 integer,
intent(in) :: n_points
85 real(kind=
rp),
intent(in) :: points(3,n_points)
86 type(
stack_i4_t),
intent(inout) :: points_at_pe(0:(this%pe_size-1))
87 integer,
intent(inout) :: n_points_pe(0:(this%pe_size-1))
Find rank candidates for a batch of points in the domain.
Find rank candidates for a given point in the domain.
integer, parameter, public rp
Global precision used in computations.
Implements pe_finder given a dofmap.
Implements a dynamic stack ADT.
Implements global interpolation for arbitrary points in the domain.
A point in with coordinates .