(git:c5411e0)
Loading...
Searching...
No Matches
dbt_block::create_block Interface Reference

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.
 

Detailed Description

Definition at line 73 of file dbt_block.F.

Member Function/Subroutine Documentation

◆ create_block_data()

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.

Author
Patrick Seewald

Definition at line 410 of file dbt_block.F.

◆ create_block_nodata()

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.

Author
Patrick Seewald

Definition at line 423 of file dbt_block.F.


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