|
| 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) |
| |