(git:c5411e0)
Loading...
Searching...
No Matches
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

 
subroutine, public next_image_cell_perd (m, perd)
 
  • Auxiliary function for creating periodic neighbor cells

 

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.

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

◆ 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.