|
subroutine | probes::probes_init_from_json (this, json, case) |
| Constructor from json. More...
|
|
subroutine | probes::read_file (this, json) |
| Read a list of points from a csv file. More...
|
|
subroutine | probes::read_point (this, json) |
| Read a list of points from the json file. More...
|
|
subroutine | probes::read_line (this, json) |
| Construct a list of points from a line. More...
|
|
subroutine | probes::read_circle (this, json) |
| Construct a list of points from a circle. More...
|
|
subroutine | probes::read_point_zone (this, json, dof) |
| Construct a list of points from a point zone. More...
|
|
subroutine | probes::add_points (this, new_points) |
| Append a new list of points to the exsiting list. More...
|
|
subroutine | probes::probes_init_from_attributes (this, dof, output_file) |
| Initialize without json things. More...
|
|
subroutine | probes::probes_free (this) |
| Destructor. More...
|
|
subroutine | probes::probes_show (this) |
| Print current probe status, with number of probes and coordinates. More...
|
|
subroutine | probes::probes_debug (this) |
| Show the status of processor/element owner and error code for each point. More...
|
|
subroutine | probes::probes_setup_offset (this) |
| Setup offset for rank 0. More...
|
|
subroutine | probes::probes_evaluate_and_write (this, t, tstep) |
| Interpolate each probe from its r,s,t coordinates. More...
|
|
subroutine | probes::read_probe_locations (this, xyz, n_local_probes, n_global_probes, points_file) |
| Initialize the physical coordinates from a csv input file. More...
|
|
subroutine | probes::read_xyz_from_csv (xyz, n_local_probes, n_global_probes, f) |
| Read and initialize the number of probes from a csv input file. More...
|
|