Data Types | |
| type | t_sampler |
| Sampler. Sample a file on a set of points. More... | |
Functions/Subroutines | |
| subroutine, public | initialize_sampler (sampler) |
| Initialize a sampler. The points of the sampler must be defined prior to call this routine. | |
| subroutine, public | initialize_samples (sampler, samples) |
| Initialize an array of samples from a sampler. | |
| subroutine, public | sample_field_cell (sampler, field, samples) |
| Sample a field defined on cells. | |
| subroutine, public | sample_field_face_u (sampler, field, samples) |
| Sample a field defined on faces in direction _u. | |
| subroutine, public | sample_field_face_v (sampler, field, samples) |
| Sample a field defined on faces in direction _v. | |
| subroutine, public | sample_field_face_w (sampler, field, samples) |
| Sample a field defined on faces in direction _w. | |
| subroutine | sample_field_generic (sampler, field, samples, is, js, ks, coord_x, coord_y, coord_z, cell) |
| integer function | locate_cell (x, guess, coord) |
|
private |
|
private |