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

Modules

module  mod_ui_parse_post_processing_probes
 

Functions/Subroutines

subroutine, public mod_ui_parse_post_processing_probes::ui_read_probe_line (parser)
 
subroutine, public mod_ui_parse_post_processing_probes::ui_read_probe_point (parser)
 
subroutine mod_ui_parse_post_processing_probes::reallocate_probes ()
 
subroutine mod_ui_parse_post_processing_probes::ui_generate_points (gs, ge, s, e, lower, coord, points)
 
subroutine mod_ui_parse_post_processing_probes::ui_read_align_axis_sampler (parser, tok, nxg, nyg, nzg, is, ie, js, je, ks, ke, isg, jsg, ksg, coord_x, coord_y, coord_z)
 
logical recursive function mod_ui_parse_post_processing_probes::ui_parse_post_processing_probe_line (parser, tok, keyword_id)
 
subroutine mod_ui_parse_post_processing_probes::ui_convert_node_to_coord (parser, tok, node, nxg, nyg, nzg, is, ie, js, je, ks, ke, isg, jsg, ksg, coord_x, coord_y, coord_z, coord)
 
subroutine mod_ui_parse_post_processing_probes::ui_add_point_to_probe (coord)
 
logical recursive function mod_ui_parse_post_processing_probes::ui_parse_post_processing_probe_point (parser, tok, keyword_id)
 
subroutine mod_ui_parse_post_processing_probes::ui_parse_fields (parser)
 

Variables

logical mod_ui_parse_post_processing_probes::ui_is_line_segment_read = .false.
 
logical mod_ui_parse_post_processing_probes::ui_is_line_segment_by_coord = .false.
 
logical mod_ui_parse_post_processing_probes::ui_is_samples_read = .false.
 
logical mod_ui_parse_post_processing_probes::ui_is_probe_initialized = .false.
 
double precision, dimension(3) mod_ui_parse_post_processing_probes::ui_start_point = 0d0
 
double precision, dimension(3) mod_ui_parse_post_processing_probes::ui_end_point = 0d0
 
integer mod_ui_parse_post_processing_probes::ui_nb_points = 0