(git:6a2e663)
cp_parser_inpp_types Module Reference

a module to allow simple internal preprocessing in input files. More...

Functions/Subroutines

subroutine, public create_inpp_type (inpp, initial_variables)
 creates the internal preprocessing type More...
 
subroutine, public release_inpp_type (inpp)
 releases the internal preprocessing type More...
 

Detailed Description

a module to allow simple internal preprocessing in input files.

History
  • standalone proof-of-concept implementation (20.02.2008,AK)
  • integration into cp2k (22.02.2008,tlaino)
  • variables added (25.02.2008,AK)
Author
Axel Kohlmeyer [AK] - CMM/UPenn Philadelphia
Date
25.02.2008

Function/Subroutine Documentation

◆ create_inpp_type()

subroutine, public cp_parser_inpp_types::create_inpp_type ( type(inpp_type), pointer  inpp,
character(len=default_path_length), dimension(:, :), pointer  initial_variables 
)

creates the internal preprocessing type

Parameters
inpp...
initial_variables...
Date
22.02.2008
Author
Teodoro Laino [tlaino] - University of Zurich

Definition at line 56 of file cp_parser_inpp_types.F.

Here is the caller graph for this function:

◆ release_inpp_type()

subroutine, public cp_parser_inpp_types::release_inpp_type ( type(inpp_type), pointer  inpp)

releases the internal preprocessing type

Parameters
inpp...
Date
22.02.2008
Author
Teodoro Laino [tlaino] - University of Zurich

Definition at line 80 of file cp_parser_inpp_types.F.

Here is the caller graph for this function: