0.6.0
Loading...
Searching...
No Matches
type_sampler.f90 File Reference

Data Types

type  type_sampler::t_sampler
 Sampler. Sample a file on a set of points. More...
 

Modules

module  type_sampler
 

Functions/Subroutines

subroutine, public type_sampler::initialize_sampler (sampler)
 Initialize a sampler. The points of the sampler must be defined prior to call this routine.
 
subroutine, public type_sampler::initialize_samples (sampler, samples)
 Initialize an array of samples from a sampler.
 
subroutine, public type_sampler::sample_field_cell (sampler, field, samples)
 Sample a field defined on cells.
 
subroutine, public type_sampler::sample_field_face_u (sampler, field, samples)
 Sample a field defined on faces in direction _u.
 
subroutine, public type_sampler::sample_field_face_v (sampler, field, samples)
 Sample a field defined on faces in direction _v.
 
subroutine, public type_sampler::sample_field_face_w (sampler, field, samples)
 Sample a field defined on faces in direction _w.
 
subroutine type_sampler::sample_field_generic (sampler, field, samples, is, js, ks, coord_x, coord_y, coord_z, cell)
 
integer function type_sampler::locate_cell (x, guess, coord)