afivo-streamer 1.1
1D/2D/3D streamer simulations with AMR
|
Go to the source code of this file.
Modules | |
module | m_analysis |
Module with routines to help analyze simulations. | |
Functions/Subroutines | |
subroutine, public | m_analysis::analysis_get_maxima (tree, iv, threshold, n_max, coord_val, n_found) |
Find at most n_max maxima of a variable. Maxima are determined by looking at the direct neighbors. | |
subroutine, public | m_analysis::analysis_zmin_zmax_threshold (tree, iv, threshold, limits, z_minmax) |
Find minimum and maximum z coordinate where a variable exceeds a threshold. | |
subroutine, public | m_analysis::analysis_max_var_region (tree, iv, r0, r1, max_value, loc) |
Find maximal value for boxes that are (at least partially) in the rectangle from r0 to r1. | |
subroutine, public | m_analysis::analysis_max_var_product (tree, ivs, max_value, loc) |
subroutine, public | m_analysis::analysis_get_cross (tree, rmax, z, elec_dens, charge_dens, current_dens) |
Get integrated quantities of an axisymmetric streamer at a z-coordinate. | |