![]() |
(git:53a46e8)
|
Public Member Functions | |
| subroutine | create_block_data (block, sizes, array) |
| Create block from array, array can be n-dimensional. | |
| subroutine | create_block_nodata (block, sizes) |
| Create and allocate block, but no data. | |
Definition at line 73 of file dbt_block.F.
| subroutine dbt_block::create_block::create_block_data | ( | type(block_nd), intent(out) | block, |
| integer, dimension(:), intent(in) | sizes, | ||
| real(dp), dimension(product(sizes)), intent(in) | array | ||
| ) |
Create block from array, array can be n-dimensional.
Definition at line 410 of file dbt_block.F.
| subroutine dbt_block::create_block::create_block_nodata | ( | type(block_nd), intent(out) | block, |
| integer, dimension(:), intent(in) | sizes | ||
| ) |
Create and allocate block, but no data.
Definition at line 423 of file dbt_block.F.