PB3D
[2.45]
Ideal linear high-n MHD stability in 3-D
|
Go to the source code of this file.
Modules | |
module | str_utilities |
Operations on strings. | |
Functions/Subroutines | |
elemental character(len=max_str_ln) function, public | str_utilities::i2str (k) |
Convert an integer to string. More... | |
elemental character(len=max_str_ln) function, public | str_utilities::ii2str (k) |
Convert an integer to string. More... | |
elemental character(len=max_str_ln) function, public | str_utilities::r2str (k) |
Convert a real (double) to string. More... | |
elemental character(len=max_str_ln) function, public | str_utilities::r2strt (k) |
Convert a real (double) to string. More... | |
elemental character(len=max_str_ln) function, public | str_utilities::c2str (k) |
Convert a complex (double) to string. More... | |
elemental character(len=max_str_ln) function, public | str_utilities::c2strt (k) |
Convert a complex (double) to string. More... | |
character(len(input_string)) function, public | str_utilities::strh2l (input_string) |
Convert a string to lowercase. More... | |
character(len(input_string)) function, public | str_utilities::strl2h (input_string) |
convert a string to uppercase. More... | |
character((len(input_strings)+2) *size(input_strings)) function, public | str_utilities::merge_strings (input_strings) |
Merge array of strings. More... | |