Go to the source code of this file.
|
| module | kpoint_transitional |
| | 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 (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.
|
| |