|
| type(diagnostic_dot_coil) function, pointer | diagnostic_dot::diagnostic_dot_construct (filename) |
| | Construct the coil diagnostics.
|
| |
| subroutine | diagnostic_dot::diagnostic_dot_destruct (list) |
| | Deconstruct a diagnostic_dot_coil list.
|
| |
| subroutine | diagnostic_dot::diagnostic_dot_error (subject, line, line_number, caller) |
| | Report error.
|
| |
| character(len=diagnostic_dot_id_name) function | diagnostic_dot::diagnostic_dot_parse_name (iou, line, line_number, caller) |
| | Parse a name.
|
| |
| real(rprec) function | diagnostic_dot::diagnostic_dot_parse_real (iou, line, line_number, caller) |
| | Parse a real.
|
| |
| real(rprec) function, dimension(3) | diagnostic_dot::diagnostic_dot_parse_node (iou, line, line_number, status) |
| | Parse a node.
|
| |
| real(rprec) function, dimension(4) | diagnostic_dot::diagnostic_dot_parse_node4 (iou, line, line_number, status) |
| | Parse a node with sensitivity.
|
| |
| type(diagnostic_dot_coil) function, pointer | diagnostic_dot::diagnostic_dot_parse_s_rogowski (iou, line, line_number) |
| | Parse coils defined by filaments connected in series.
|
| |
| type(diagnostic_dot_coil) function, pointer | diagnostic_dot::diagnostic_dot_parse_filaments (iou, line, line_number, is_rogowski, units) |
| | Parse coils defined by filaments.
|
| |
| type(diagnostic_dot_coil) function, pointer | diagnostic_dot::diagnostic_dot_parse_probe (iou, line, line_number, is_tokamak, units) |
| | Parse a circular flux loop or magnetic probe.
|
| |
| type(diagnostic_dot_coil) function, pointer | diagnostic_dot::diagnostic_dot_parse_point (iou, line, line_number, units, is_cart) |
| | Parse a point field measurement.
|
| |
Contains module diagnostic_dot.