Globals Library 1.0
Loading...
Searching...
No Matches
04modDataSequence.f90 File Reference

Data Types

type  datasequence::dataseq
 Data structure to store time-sequence of real data. More...
 

Modules

module  datasequence
 

Functions/Subroutines

subroutine datasequence::init_dataseq (this, lun_err, ndata, nsequence)
 Static constructor for datasequence::dataseq
 
subroutine datasequence::kill_dataseq (this, lun_err)
 Static destructor for datasequence::dataseq
 
subroutine datasequence::fill_dataseq (this, data, time)
 Add new data to the database.
 
subroutine datasequence::lagrange_interpolation (this, time, interpolation, info)
 Lagrange interpolation in time of stored data.
 
real(kind=double) function eval_coeff (idata, ntimes, times, time)
 

Function/Subroutine Documentation

◆ eval_coeff()

real(kind=double) function lagrange_interpolation::eval_coeff ( integer, intent(in) idata,
integer, intent(in) ntimes,
real(kind=double), dimension(ntimes), intent(in) times,
real(kind=double), intent(in) time )
private