This module implements the p2d_array_obj which is used throughout the code to store and manipulate the calculated integrals.
More...
|
integer function | init (this, n, d2_end, no_blocks, column_descriptor) |
|
subroutine | set_block_offset (this, block_offset) |
|
subroutine | print (this, only_non_zero) |
|
This module implements the p2d_array_obj which is used throughout the code to store and manipulate the calculated integrals.
◆ init()
integer function parallel_arrays_gbl::init |
( |
class(p2d_array_obj) |
this, |
|
|
integer, intent(in) |
n, |
|
|
integer, intent(in) |
d2_end, |
|
|
integer, intent(in) |
no_blocks, |
|
|
character(len=line_len), dimension(:), intent(in) |
column_descriptor |
|
) |
| |
◆ print()
subroutine parallel_arrays_gbl::print |
( |
class(p2d_array_obj) |
this, |
|
|
logical, intent(in) |
only_non_zero |
|
) |
| |
◆ set_block_offset()
subroutine parallel_arrays_gbl::set_block_offset |
( |
class(p2d_array_obj) |
this, |
|
|
integer, dimension(:), intent(in) |
block_offset |
|
) |
| |