(git:6a2e663)
mt_util Module Reference

Functions/Subroutines

subroutine, public mtin_create_screen_fn (screen_function, pw_pool, method, alpha, special_dimension, slab_size, super_ref_pw_grid)
 Initialize the Martyna && Tuckerman Poisson Solver. More...
 

Variables

integer, parameter, public mt2d = 1101
 
integer, parameter, public mt1d = 1102
 
integer, parameter, public mt0d = 1103
 

Function/Subroutine Documentation

◆ mtin_create_screen_fn()

subroutine, public mt_util::mtin_create_screen_fn ( type(pw_c1d_gs_type), pointer  screen_function,
type(pw_pool_type), pointer  pw_pool,
integer, intent(in)  method,
real(kind=dp), intent(in)  alpha,
integer, intent(in)  special_dimension,
real(kind=dp), intent(in)  slab_size,
type(pw_grid_type), pointer  super_ref_pw_grid 
)

Initialize the Martyna && Tuckerman Poisson Solver.

Parameters
screen_function...
pw_pool...
method...
alpha...
special_dimension...
slab_size...
super_ref_pw_grid...
Author
Teodoro Laino (16.06.2004)

Definition at line 51 of file mt_util.F.

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

Variable Documentation

◆ mt2d

integer, parameter, public mt_util::mt2d = 1101

Definition at line 33 of file mt_util.F.

◆ mt1d

integer, parameter, public mt_util::mt1d = 1102

Definition at line 33 of file mt_util.F.

◆ mt0d

integer, parameter, public mt_util::mt0d = 1103

Definition at line 33 of file mt_util.F.