(git:34ef472)
hfx_helpers Module Reference

Some auxiliary functions and subroutines needed for HFX calculations. More...

Functions/Subroutines

integer function, public count_cells_perd (shell, perd)
 
  • Auxiliary function for creating periodic neighbor cells
More...
 
subroutine, public next_image_cell_perd (m, perd)
 
  • Auxiliary function for creating periodic neighbor cells
More...
 

Detailed Description

Some auxiliary functions and subroutines needed for HFX calculations.

History
04.2008 created [Manuel Guidon]
Author
Manuel Guidon

Function/Subroutine Documentation

◆ count_cells_perd()

integer function, public hfx_helpers::count_cells_perd ( integer, intent(in)  shell,
integer, dimension(3), intent(in)  perd 
)

  • Auxiliary function for creating periodic neighbor cells

Parameters
shellnumber of shells in each coordinate direction
perd...
Returns
...
History
09.2007 created [Manuel Guidon]
Author
Manuel Guidon

Definition at line 37 of file hfx_helpers.F.

◆ next_image_cell_perd()

subroutine, public hfx_helpers::next_image_cell_perd ( integer, dimension(3)  m,
integer, dimension(3), intent(in)  perd 
)

  • Auxiliary function for creating periodic neighbor cells

Parameters
m...
perd...
History
09.2007 created [Manuel Guidon]
Author
Manuel Guidon

Definition at line 61 of file hfx_helpers.F.