Neko  0.8.1
A portable framework for high-order spectral element flow simulations
probes.F90 File Reference

Go to the source code of this file.

Data Types

type  probes::probes_t
 

Modules

module  probes
 Implements probes.
 

Functions/Subroutines

subroutine probes::probes_init_from_json (this, json, case)
 Constructor from json. 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 (this, xyz, n_local_probes, n_global_probes, f)
 Read and initialize the number of probes from a csv input file. More...