(git:1f285aa)
kpoint_transitional.F File Reference

Go to the source code of this file.

Modules

module  kpoint_transitional
 Datatype to translate between k-points (2d) and gamma-point (1d) code.
 

Functions/Subroutines

type(dbcsr_p_type) function, dimension(:), pointer, public kpoint_transitional::get_1d_pointer (this)
 Smart getter, raises an error when called during a k-point calculation. More...
 
type(dbcsr_p_type) function, dimension(:, :), pointer, public kpoint_transitional::get_2d_pointer (this)
 Simple getter, needed because of PRIVATE. More...
 
subroutine, public kpoint_transitional::set_1d_pointer (this, ptr_1d)
 Assigns a 1D pointer. More...
 
subroutine, public kpoint_transitional::set_2d_pointer (this, ptr_2d)
 Assigns a 2D pointer. More...
 
subroutine, public kpoint_transitional::kpoint_transitional_release (this)
 Release the matrix set, using the right pointer. More...