MFIX  2016-1
pair_manager Module Reference

Data Types

type  hashtable_t
 
type  pair_t
 

Functions/Subroutines

subroutine, public init_pairs (this)
 
subroutine, public reset_pairs (this)
 
subroutine, public get_pair (this, pair)
 
logical function, public is_pair (this, i0, j0)
 
recursive subroutine, public add_pair (this, i0, j0)
 
subroutine, public del_pair (this, i0, j0)
 

Function/Subroutine Documentation

recursive subroutine, public pair_manager::add_pair ( type(hashtable_t), intent(inout)  this,
integer, intent(in)  i0,
integer, intent(in)  j0 
)

Definition at line 230 of file pair_manager.f.

Here is the caller graph for this function:

subroutine, public pair_manager::del_pair ( type(hashtable_t), intent(inout)  this,
integer, intent(in)  i0,
integer, intent(in)  j0 
)

Definition at line 317 of file pair_manager.f.

Here is the caller graph for this function:

subroutine, public pair_manager::get_pair ( type(hashtable_t), intent(inout)  this,
integer, dimension(2), intent(out)  pair 
)

Definition at line 153 of file pair_manager.f.

Here is the caller graph for this function:

subroutine, public pair_manager::init_pairs ( type(hashtable_t), intent(inout)  this)

Definition at line 57 of file pair_manager.f.

Here is the caller graph for this function:

logical function, public pair_manager::is_pair ( type(hashtable_t), intent(in)  this,
integer, intent(in)  i0,
integer, intent(in)  j0 
)

Definition at line 180 of file pair_manager.f.

Here is the caller graph for this function:

subroutine, public pair_manager::reset_pairs ( type(hashtable_t), intent(inout)  this)

Definition at line 78 of file pair_manager.f.

Here is the caller graph for this function: