Definition at line 135 of file time_interpolation.F90.
|
| complex(real64), dimension(:, :, :), allocatable | zfield |
| | complex fields for interpolation More...
|
| |
| real(real64), dimension(:, :, :), allocatable | dfield |
| | real fields for interpolation More...
|
| |
| real(real64), dimension(:), allocatable | times |
| | corresponding times More...
|
| |
| integer | max_depth |
| | maximum interpolation depth More...
|
| |
| integer | depth |
| | current interpolation depth (allow for smaller depth in beginning) More...
|
| |
| integer | np |
| | first array dimension of fields More...
|
| |
| integer | dim |
| | second array dimension of fields More...
|
| |
| logical | cmplx |
| | do we have real or complex values More...
|
| |
| character(len=max_path_len) | label |
| | a label needed for restart More...
|
| |
◆ dtime_interpolation_add_time()
| procedure time_interpolation_oct_m::time_interpolation_t::dtime_interpolation_add_time |
|
private |
◆ ztime_interpolation_add_time()
| time_interpolation_oct_m::time_interpolation_t::ztime_interpolation_add_time |
|
private |
◆ add_time()
| generic time_interpolation_oct_m::time_interpolation_t::add_time |
|
private |
◆ dtime_interpolation_interpolate()
| procedure time_interpolation_oct_m::time_interpolation_t::dtime_interpolation_interpolate |
|
private |
◆ ztime_interpolation_interpolate()
| time_interpolation_oct_m::time_interpolation_t::ztime_interpolation_interpolate |
|
private |
◆ interpolate()
| generic time_interpolation_oct_m::time_interpolation_t::interpolate |
|
private |
◆ read_restart()
| procedure time_interpolation_oct_m::time_interpolation_t::read_restart |
|
private |
◆ write_restart()
| procedure time_interpolation_oct_m::time_interpolation_t::write_restart |
|
private |
◆ time_interpolation_finalize()
| final time_interpolation_oct_m::time_interpolation_t::time_interpolation_finalize |
|
finalprivate |
◆ zfield
| complex(real64), dimension(:, :, :), allocatable time_interpolation_oct_m::time_interpolation_t::zfield |
|
private |
◆ dfield
| real(real64), dimension(:, :, :), allocatable time_interpolation_oct_m::time_interpolation_t::dfield |
|
private |
◆ times
| real(real64), dimension(:), allocatable time_interpolation_oct_m::time_interpolation_t::times |
|
private |
◆ max_depth
| integer time_interpolation_oct_m::time_interpolation_t::max_depth |
|
private |
◆ depth
| integer time_interpolation_oct_m::time_interpolation_t::depth |
|
private |
◆ np
| integer time_interpolation_oct_m::time_interpolation_t::np |
|
private |
◆ dim
| integer time_interpolation_oct_m::time_interpolation_t::dim |
|
private |
◆ cmplx
| logical time_interpolation_oct_m::time_interpolation_t::cmplx |
|
private |
◆ label
| character(len=max_path_len) time_interpolation_oct_m::time_interpolation_t::label |
|
private |
The documentation for this interface was generated from the following file: