z_bpack_defs::z_C_Zelem_block Interface Reference

interface of user-defined element extraction routine in C. allrows,allcols represents indices in natural order More...

Public Member Functions

subroutine z_c_zelem_block (Ninter, Nallrows, Nallcols, Nalldat_loc, allrows, allcols, alldat_loc, rowidx, colidx, pgidx, Npmap, pmaps, quant)
 

Detailed Description

interface of user-defined element extraction routine in C. allrows,allcols represents indices in natural order

Member Function/Subroutine Documentation

◆ z_c_zelem_block()

subroutine z_bpack_defs::z_C_Zelem_block::z_c_zelem_block ( integer(kind=c_int)  Ninter,
integer(kind=c_int)  Nallrows,
integer(kind=c_int)  Nallcols,
integer(kind=c_int64_t)  Nalldat_loc,
integer(kind=c_int), dimension(nallrows)  allrows,
integer(kind=c_int), dimension(nallcols)  allcols,
complex(kind=c_double_complex), dimension(nalldat_loc), target  alldat_loc,
integer(kind=c_int), dimension(ninter)  rowidx,
integer(kind=c_int), dimension(ninter)  colidx,
integer(kind=c_int), dimension(ninter)  pgidx,
integer(kind=c_int)  Npmap,
integer(kind=c_int), dimension(npmap, 3)  pmaps,
type(c_ptr)  quant 
)

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