Octopus
|
Data Types | |
type | permutations_t |
Functions/Subroutines | |
subroutine, public | permutations_init (nn, this) |
subroutine, public | permutations_write (this) |
subroutine, public | permutations_copy (perm_in, perm_out) |
subroutine, public | permutations_end (this) |
subroutine, public permutations_oct_m::permutations_init | ( | integer, intent(in) | nn, |
type(permutations_t), intent(inout) | this | ||
) |
Definition at line 142 of file permutations.F90.
subroutine, public permutations_oct_m::permutations_write | ( | type(permutations_t), intent(inout) | this | ) |
Definition at line 179 of file permutations.F90.
subroutine, public permutations_oct_m::permutations_copy | ( | type(permutations_t), intent(inout) | perm_in, |
type(permutations_t), intent(inout) | perm_out | ||
) |
Definition at line 195 of file permutations.F90.
subroutine, public permutations_oct_m::permutations_end | ( | type(permutations_t), intent(inout) | this | ) |
Definition at line 210 of file permutations.F90.