Neko  0.8.99
A portable framework for high-order spectral element flow simulations
sampler.f90 File Reference

Go to the source code of this file.

Data Types

type  sampler::outp_t
 Pointer to an arbitrary output. More...
 
type  sampler::sampler_t
 Sampler. More...
 

Modules

module  sampler
 Defines a sampler.
 

Functions/Subroutines

subroutine sampler::sampler_init (this, T_end, size)
 Initialize a sampler. More...
 
subroutine sampler::sampler_free (this)
 Deallocate a sampler. More...
 
subroutine sampler::sampler_add (this, out, write_par, write_control)
 Add an output out to the sampler. More...
 
subroutine sampler::sampler_sample (this, t, tstep, ifforce)
 Sample all outputs in the sampler. More...
 
subroutine sampler::sampler_set_counter (this, t)
 Set sampling counter based on time (after restart) More...
 
subroutine sampler::sampler_set_sample_count (this, sample_number)
 Set sampling counter (after restart) explicitly. More...