Octopus
output_low_oct_m Module Reference

this module contains the low-level part of the output system More...

Detailed Description

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...
 

Function/Subroutine Documentation

◆ output_what_now()

logical function output_low_oct_m::output_what_now ( class(output_t), intent(in)  this,
integer(int64), intent(in)  what_id,
integer, intent(in)  iter 
)
private

Definition at line 193 of file output_low.F90.

◆ output_anything_now()

logical function output_low_oct_m::output_anything_now ( class(output_t), intent(in)  this,
integer, intent(in)  iter 
)
private

return true if any output is to be written now

Definition at line 211 of file output_low.F90.

◆ get_filename_with_spin()

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.