(git:374b731)
Loading...
Searching...
No Matches
kpoint_transitional.F File Reference

Go to the source code of this file.

Data Types

type  kpoint_transitional::kpoint_transitional_type
 

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.
 
type(dbcsr_p_type) function, dimension(:, :), pointer, public kpoint_transitional::get_2d_pointer (this)
 Simple getter, needed because of PRIVATE.
 
subroutine, public kpoint_transitional::set_1d_pointer (this, ptr_1d)
 Assigns a 1D pointer.
 
subroutine, public kpoint_transitional::set_2d_pointer (this, ptr_2d)
 Assigns a 2D pointer.
 
subroutine, public kpoint_transitional::kpoint_transitional_release (this)
 Release the matrix set, using the right pointer.