Neko 1.99.1
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
user_stats.f90 File Reference

Go to the source code of this file.

Data Types

type  user_stats::user_stats_t
 A simulation component that computes the averages of fields in the registry. More...
 

Modules

module  user_stats
 Implements the user_stats_t type.
 

Functions/Subroutines

subroutine user_stats::user_stats_init_from_json (this, json, case)
 Constructor from json.
 
subroutine user_stats::user_stats_restart (this, time)
 
subroutine user_stats::user_stats_init_from_controllers (this, case, order, preprocess_controller, compute_controller, output_controller, start_time, coef, avg_dir, filename, precision)
 Constructor from components, passing controllers.
 
subroutine user_stats::user_stats_init_from_controllers_properties (this, case, order, preprocess_control, preprocess_value, compute_control, compute_value, output_control, output_value, start_time, coef, avg_dir, filename, precision)
 Constructor from components, passing properties to the time_based_controller` components in the base type.
 
subroutine user_stats::user_stats_init_common (this, start_time, coef, avg_dir, filename, precision)
 Common part of constructors.
 
subroutine user_stats::user_stats_free (this)
 Destructor.
 
subroutine user_stats::user_stats_compute (this, time)
 Update the running averages.