(git:6a2e663)
input_cp2k_check Module Reference

checks the input and perform some automatic "magic" on it More...

Functions/Subroutines

subroutine, public check_cp2k_input (input_declaration, input_file, para_env, output_unit)
 performs further checks on an input that parsed successfully More...
 
subroutine, public xc_functionals_expand (functionals, xc_section)
 expand a shortcutted functional section More...
 
subroutine, public remove_restart_info (input_file)
 Removes section used to restart a calculation from an input file in memory. More...
 

Detailed Description

checks the input and perform some automatic "magic" on it

History
01.2006 created [fawzi]
Author
fawzi

Function/Subroutine Documentation

◆ check_cp2k_input()

subroutine, public input_cp2k_check::check_cp2k_input ( type(section_type), pointer  input_declaration,
type(section_vals_type), pointer  input_file,
type(mp_para_env_type), pointer  para_env,
integer, intent(in), optional  output_unit 
)

performs further checks on an input that parsed successfully

Parameters
input_declaration...
input_filethe parsed input
para_env...
output_unit...
Author
fawzi
Note
at the moment does nothing

Definition at line 64 of file input_cp2k_check.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ xc_functionals_expand()

subroutine, public input_cp2k_check::xc_functionals_expand ( type(section_vals_type), pointer  functionals,
type(section_vals_type), pointer  xc_section 
)

expand a shortcutted functional section

Parameters
functionalsthe functional section to expand
xc_section...
Author
fawzi

Definition at line 145 of file input_cp2k_check.F.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ remove_restart_info()

subroutine, public input_cp2k_check::remove_restart_info ( type(section_vals_type), pointer  input_file)

Removes section used to restart a calculation from an input file in memory.

Parameters
input_filethe input file to initialize
Author
teo

Definition at line 1010 of file input_cp2k_check.F.

Here is the caller graph for this function: