![]() |
Octopus
|
this module contains the low-level part of the output system More...
this module contains the low-level part of the output system
Data Types | |
type | output_bgw_t |
Output information for BerkeleyGW. More... | |
type | output_me_t |
Output information for matrix elements. More... | |
type | output_t |
output handler class More... | |
Functions/Subroutines | |
logical function | output_what_now (this, what_id, iter) |
logical function | output_anything_now (this, iter) |
return true if any output is to be written now More... | |
character(len=max_path_len) function, public | get_filename_with_spin (output, nspin, spin_index) |
Returns the filame as output, or output-spX is spin polarized. More... | |
|
private |
Definition at line 193 of file output_low.F90.
|
private |
return true if any output is to be written now
Definition at line 211 of file output_low.F90.
character(len=max_path_len) function, public output_low_oct_m::get_filename_with_spin | ( | character(len=*), intent(in) | output, |
integer, intent(in) | nspin, | ||
integer, intent(in) | spin_index | ||
) |
Returns the filame as output, or output-spX is spin polarized.
Definition at line 231 of file output_low.F90.