![]() |
(git:b77b4be)
|
Datatype to translate between k-points (2d) and gamma-point (1d) code. More...
Data Types | |
type | kpoint_transitional_type |
Functions/Subroutines | |
type(dbcsr_p_type) function, dimension(:), pointer, public | get_1d_pointer (this) |
Smart getter, raises an error when called during a k-point calculation. | |
type(dbcsr_p_type) function, dimension(:, :), pointer, public | get_2d_pointer (this) |
Simple getter, needed because of PRIVATE. | |
subroutine, public | set_1d_pointer (this, ptr_1d) |
Assigns a 1D pointer. | |
subroutine, public | set_2d_pointer (this, ptr_2d) |
Assigns a 2D pointer. | |
subroutine, public | kpoint_transitional_release (this) |
Release the matrix set, using the right pointer. | |
Datatype to translate between k-points (2d) and gamma-point (1d) code.
type(dbcsr_p_type) function, dimension(:), pointer, public kpoint_transitional::get_1d_pointer | ( | type(kpoint_transitional_type) | this | ) |
Smart getter, raises an error when called during a k-point calculation.
this | ... |
Definition at line 45 of file kpoint_transitional.F.
type(dbcsr_p_type) function, dimension(:, :), pointer, public kpoint_transitional::get_2d_pointer | ( | type(kpoint_transitional_type) | this | ) |
Simple getter, needed because of PRIVATE.
this | ... |
Definition at line 63 of file kpoint_transitional.F.
subroutine, public kpoint_transitional::set_1d_pointer | ( | type(kpoint_transitional_type) | this, |
type(dbcsr_p_type), dimension(:), pointer | ptr_1d | ||
) |
Assigns a 1D pointer.
this | ... |
ptr_1d | ... |
Definition at line 76 of file kpoint_transitional.F.
subroutine, public kpoint_transitional::set_2d_pointer | ( | type(kpoint_transitional_type) | this, |
type(dbcsr_p_type), dimension(:, :), pointer | ptr_2d | ||
) |
Assigns a 2D pointer.
this | ... |
ptr_2d | ... |
Definition at line 99 of file kpoint_transitional.F.
subroutine, public kpoint_transitional::kpoint_transitional_release | ( | type(kpoint_transitional_type) | this | ) |
Release the matrix set, using the right pointer.
this | ... |
Definition at line 118 of file kpoint_transitional.F.