Neko 0.9.99
A portable framework for high-order spectral element flow simulations
Loading...
Searching...
No Matches
field_series::field_series_t Type Reference
Collaboration diagram for field_series::field_series_t:

Public Member Functions

procedure, pass(thisinit (this, f, len)
 Initialize a field series of length len for a field f.
 
procedure, pass(thisfree (this)
 Deallocates a field series.
 
procedure, pass(thisupdate (this)
 Update a field series (evict oldest entry)
 
procedure, pass(thisset (this, g)
 Set all fields in a series to g.
 
procedure, pass(thissize (this)
 Return the size of the field series.
 

Public Attributes

type(field_t), pointer f => null()
 
type(field_t), dimension(:), allocatable lf
 

Private Attributes

integer, private len = 0
 

Detailed Description

Definition at line 39 of file field_series.f90.

Member Function/Subroutine Documentation

◆ free()

procedure, pass(this) field_series::field_series_t::free ( class(field_series_t), intent(inout this)

Definition at line 45 of file field_series.f90.

◆ init()

procedure, pass(this) field_series::field_series_t::init ( class(field_series_t), intent(inout this,
type(field_t), intent(inout), target  f,
integer  len 
)

Definition at line 44 of file field_series.f90.

◆ set()

procedure, pass(this) field_series::field_series_t::set ( class(field_series_t), intent(inout this,
type(field_t), intent(in g 
)

Definition at line 47 of file field_series.f90.

◆ size()

procedure, pass(this) field_series::field_series_t::size ( class(field_series_t), intent(in this)

Definition at line 48 of file field_series.f90.

◆ update()

procedure, pass(this) field_series::field_series_t::update ( class(field_series_t), intent(inout this)

Definition at line 46 of file field_series.f90.

Member Data Documentation

◆ f

type(field_t), pointer field_series::field_series_t::f => null()

Definition at line 40 of file field_series.f90.

◆ len

integer, private field_series::field_series_t::len = 0
private

Definition at line 42 of file field_series.f90.

◆ lf

type(field_t), dimension(:), allocatable field_series::field_series_t::lf

Definition at line 41 of file field_series.f90.


The documentation for this type was generated from the following file: