MFIX  2016-1
sweep_and_prune Module Reference

Data Types

type  aabb_t
 
type  box_t
 
type  endpoint_t
 
type  sap_t
 

Functions/Subroutines

subroutine check (this)
 
subroutine, public init_sap (this, id)
 
subroutine, public add_box (this, aabb, particle_id, id)
 
subroutine, public del_box (this, id)
 
subroutine, public update_box (this, id, aabb)
 
subroutine, public sort (this)
 
subroutine, public sweep (this)
 
subroutine quicksort (this)
 

Function/Subroutine Documentation

subroutine, public sweep_and_prune::add_box ( type(sap_t), intent(inout)  this,
type(aabb_t), intent(in)  aabb,
integer, intent(in)  particle_id,
integer, intent(out)  id 
)

Definition at line 267 of file sap.f.

Here is the caller graph for this function:

subroutine sweep_and_prune::check ( type(sap_t), intent(inout)  this)

Definition at line 100 of file sap.f.

subroutine, public sweep_and_prune::del_box ( type(sap_t), intent(inout)  this,
integer, intent(in)  id 
)

Definition at line 340 of file sap.f.

Here is the caller graph for this function:

subroutine, public sweep_and_prune::init_sap ( type(sap_t), intent(inout)  this,
integer, intent(in)  id 
)

Definition at line 190 of file sap.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine sweep_and_prune::quicksort ( type(sap_t), intent(inout)  this)

Definition at line 594 of file sap.f.

Here is the caller graph for this function:

subroutine, public sweep_and_prune::sort ( type(sap_t), intent(inout)  this)

Definition at line 390 of file sap.f.

subroutine, public sweep_and_prune::sweep ( type(sap_t), intent(inout)  this)

Definition at line 438 of file sap.f.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public sweep_and_prune::update_box ( type(sap_t), intent(inout)  this,
integer, intent(in)  id,
type(aabb_t), intent(in)  aabb 
)

Definition at line 362 of file sap.f.

Here is the caller graph for this function: