(git:c5411e0)
Loading...
Searching...
No Matches
qs_fb_buffer_types::fb_buffer_replace Interface Reference

Public Member Functions

subroutine fb_buffer_i_replace (buffer, i_slice, data_1d)
 replace a slice of the buffer, the replace data size must be identical to the original slice size
 
subroutine fb_buffer_d_replace (buffer, i_slice, data_1d)
 replace a slice of the buffer, the replace data size must be identical to the original slice size
 

Detailed Description

Definition at line 137 of file qs_fb_buffer_types.F.

Member Function/Subroutine Documentation

◆ fb_buffer_i_replace()

subroutine qs_fb_buffer_types::fb_buffer_replace::fb_buffer_i_replace ( type(fb_buffer_i_obj), intent(inout)  buffer,
integer, intent(in)  i_slice,
integer, dimension(:), intent(in)  data_1d 
)

replace a slice of the buffer, the replace data size must be identical to the original slice size

Parameters
buffer: fb_buffer object
i_slice: the slice index in the buffer
data_1d: the data to replace the slice
Author
Lianheng Tong (LT) lianh.nosp@m.eng..nosp@m.tong@.nosp@m.kcl..nosp@m.ac.uk

Definition at line 447 of file qs_fb_buffer_types.F.

◆ fb_buffer_d_replace()

subroutine qs_fb_buffer_types::fb_buffer_replace::fb_buffer_d_replace ( type(fb_buffer_d_obj), intent(inout)  buffer,
integer, intent(in)  i_slice,
real(kind=dp), dimension(:), intent(in)  data_1d 
)

replace a slice of the buffer, the replace data size must be identical to the original slice size

Parameters
buffer: fb_buffer object
i_slice: the slice index in the buffer
data_1d: the data to replace the slice
Author
Lianheng Tong (LT) lianh.nosp@m.eng..nosp@m.tong@.nosp@m.kcl..nosp@m.ac.uk

Definition at line 765 of file qs_fb_buffer_types.F.


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