GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis  111
Data Types | Functions/Subroutines
parallel_arrays_gbl Module Reference

This module implements the p2d_array_obj which is used throughout the code to store and manipulate the calculated integrals. More...

Functions/Subroutines

integer function init (this, n, d2_end, no_blocks, column_descriptor)
 
subroutine set_block_offset (this, block_offset)
 
subroutine print (this, only_non_zero)
 

Detailed Description

This module implements the p2d_array_obj which is used throughout the code to store and manipulate the calculated integrals.

Function/Subroutine Documentation

◆ 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 
)
Here is the call graph for this function:

◆ print()

subroutine parallel_arrays_gbl::print ( class(p2d_array_obj)  this,
logical, intent(in)  only_non_zero 
)
Here is the call graph for this function:

◆ set_block_offset()

subroutine parallel_arrays_gbl::set_block_offset ( class(p2d_array_obj)  this,
integer, dimension(:), intent(in)  block_offset 
)
Here is the call graph for this function: