Data Types | |
| type | t_probe |
| Probe. More... | |
Enumerations | |
| enum | { probe_type_point , probe_type_line } |
Functions/Subroutines | |
| subroutine | initialize_probe (probe) |
| Initialize a probe structure. | |
| subroutine | generate_probe_line (probe, start_point, end_point, nb_points) |
| Generate a probe from the coordinates of a line segment. | |
| subroutine | evaluate_probe (probe) |
| Evaluate the probe and print data to file. | |
| subroutine | output_probe_samples_to_file (probe, sample_list) |
| subroutine type_probe::output_probe_samples_to_file | ( | type(t_probe), intent(inout) | probe, |
| type(t_sample_list), intent(in) | sample_list ) |