(git:1f285aa)
transport_env_types.F File Reference

Go to the source code of this file.

Modules

module  transport_env_types
 CP2K transport environment and related C-interoperable types.
 

Functions/Subroutines

subroutine, public transport_env_types::transport_env_release (transport_env)
 releases the transport_env More...
 
subroutine, public transport_env_types::csr_interop_nullify (csr_interop_mat)
 nullifies (and zeroizes) a C-interoperable CSR matrix More...
 
subroutine, public transport_env_types::csr_interop_matrix_get_info (csr_interop_mat, nrows_total, ncols_total, nze_local, nze_total, nrows_local, data_type, first_row, rowptr_local, colind_local, nzerow_local, nzvals_local)
 gets the fields of a C-interoperable CSR matrix More...