(git:db3ef62)
pw_env_methods Module Reference

methods of pw_env that have dependence on qs_env More...

Functions/Subroutines

subroutine, public pw_env_create (pw_env)
 creates a pw_env, if qs_env is given calls pw_env_rebuild More...
 
subroutine, public pw_env_rebuild (pw_env, qs_env, external_para_env)
 rebuilds the pw_env data (necessary if cell or cutoffs change) More...
 

Detailed Description

methods of pw_env that have dependence on qs_env

History
10.2002 created [fawzi] JGH (22-Feb-03) PW grid options added 04.2003 added rs grid pools [fawzi] 02.2004 added commensurate grids
Author
Fawzi Mohamed

Function/Subroutine Documentation

◆ pw_env_create()

subroutine, public pw_env_methods::pw_env_create ( type(pw_env_type), pointer  pw_env)

creates a pw_env, if qs_env is given calls pw_env_rebuild

Parameters
pw_envthe pw_env that gets created
History
10.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 128 of file pw_env_methods.F.

Here is the caller graph for this function:

◆ pw_env_rebuild()

subroutine, public pw_env_methods::pw_env_rebuild ( type(pw_env_type), pointer  pw_env,
type(qs_environment_type), pointer  qs_env,
type(mp_para_env_type), intent(in), optional, target  external_para_env 
)

rebuilds the pw_env data (necessary if cell or cutoffs change)

Parameters
pw_envthe environment to rebuild
qs_envthe qs_env where to get the cell, cutoffs,...
external_para_env...
History
10.2002 created [fawzi]
Author
Fawzi Mohamed

Definition at line 159 of file pw_env_methods.F.

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