Sets the chunk size.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(marker_set), | intent(inout) | :: | this |
A collection of tessellation elements |
||
| integer, | intent(in) | :: | chunk_size |
Chunk size |
pure subroutine marker_set_SetReadChunkSize(this,chunk_size) !> Sets the chunk size. implicit none class(marker_set), intent(inout) :: this !! A collection of tessellation elements integer, intent(in) :: chunk_size !! Chunk size this%R_chunk_size=chunk_size return end subroutine marker_set_SetReadChunkSize