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

Go to the source code of this file.

Data Types

type  vector_series::vector_series_t
 Stores a series (sequence) of vectors, logically connected to a base vector, and arranged according to some ordering. Currently used to store time-lagged values of solution vectors. More...
 
type  vector_series::vector_series_ptr_t
 A wrapper for a pointer to a vector_series_t. More...
 

Modules

module  vector_series
 Contains the vector_series_t type.
 

Functions/Subroutines

subroutine vector_series::vector_series_init (this, v, len)
 Initialize a vector series of length len for a vector v.
 
subroutine vector_series::vector_series_free (this)
 Deallocates a vector series.
 
integer function vector_series::vector_series_size (this)
 Return the size of the vector series.
 
subroutine vector_series::vector_series_update (this)
 Update a vector series (evict oldest entry)
 
subroutine vector_series::vector_series_set (this, g)
 Set all vectors in a series to g.