ORB5  v4.9.4
util.F90 File Reference
#include "precomp.h"
+ Include dependency graph for util.F90:

Data Types

interface  util::putarr_attime
 

Modules

module  util
 

Functions/Subroutines

subroutine, public util::mrqcof (x, y, sig, ndata, a, ia, ma, alpha, beta, nalp, chisq, funcs)
 
subroutine, public util::gaussj (a, n, np, b, m, mp)
 
real function, public util::zbrent (func, x1, x2, tol)
 
real function, public util::log2real (lin)
 
subroutine util::putarr_attime_1 (fresid, name, array, current_time, pardim)
 
subroutine util::putarr_attime_2 (fresid, name, array, current_time, pardim)
 
subroutine util::putarr_attime_3 (fresid, name, array, current_time, pardim)
 
subroutine util::putarr_attime_4 (fresid, name, array, current_time, pardim)
 
subroutine util::putarrz_attime_1 (fresid, name, array, current_time, pardim)
 
subroutine util::putarrz_attime_2 (fresid, name, array, current_time, pardim)
 
subroutine util::putarrz_attime_3 (fresid, name, array, current_time, pardim)
 
subroutine util::putarrz_attime_4 (fresid, name, array, current_time, pardim)
 
subroutine, public util::creatd_stat (fid, r, d, name, desc)
 Futils wrapper to create 3 datasets, min, max and mean. More...
 
subroutine, public util::append_stat (fid, name, array, nvp_world, me_world)
 Compute min, max and mean statistics of an array over all MPI ranks, and append it to datasets. More...
 
real function, public util::interp1 (x, y, n, xq)
 Linear interpolation from y values defined at x positions to query position xq. More...
 
subroutine, public util::a3interp (y_in, x_in, nr_in, y_out, x_out, nr_out)
 
subroutine, public util::a3deriv (y_in, x_in, nr_in, dydx_out, x_out, nr_out)
 
subroutine, public util::choose_int (KFORM, KRQPTS, PQP, PQW)
 
subroutine, public util::execute_command_line_wrapper (command, status)
 Wrapper for execute_command_line F2008 intrinsic routine. More...