Public Member Functions | |
subroutine, public | rflu_nullifyedgelist (pRegion) |
subroutine, public | rflu_nullifyedge2celllist (pRegion) |
subroutine, public | rflu_createedgelist (pRegion) |
subroutine, public | rflu_createedge2celllist (pRegion) |
subroutine, public | rflu_buildedgelist (pRegion) |
subroutine, public | rflu_buildedge2celllist (pRegion) |
subroutine, public | rflu_destroyedgelist (pRegion) |
subroutine, public | rflu_destroyedge2celllist (pRegion) |
Private Attributes | |
character(chrlen) | rcsidentstring = '$RCSfile: RFLU_ModEdgeList.F90,v $ $Revision: 1.13 $' |
integer, dimension(edge_kind_aa:edge_kind_vv), private | ekcntr |
integer, dimension(edge_kind_aa:edge_kind_vv), private | ekoffs |
integer, dimension(:,:), allocatable, private | degr |
integer, dimension(:,:), allocatable, private | strt |
Definition at line 42 of file RFLU_ModEdgeList.F90.
subroutine, public rflu_buildedge2celllist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 972 of file RFLU_ModEdgeList.F90.
References modsortsearch::binarysearchinteger(), moderror::deregisterfunction(), moderror::errorstop(), modsortsearch::quicksortinteger(), moderror::registerfunction(), rflu_modcellfaceedgeinfo::rflu_getedgekind(), and v.
Referenced by rflu_initflowsolver().
subroutine, public rflu_buildedgelist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 497 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), moderror::errorstop(), key, Mesh::GenericCell_2::nedges(), modsortsearch::quicksortinteger(), moderror::registerfunction(), rflu_modhashtable::rflu_createhashtable(), rflu_modhashtable::rflu_destroyhashtable(), rflu_modcellfaceedgeinfo::rflu_getedgekind(), rflu_modhashtable::rflu_hashbuildkey(), rflu_modhashtable::rflu_hashedge(), and v.
Referenced by rflu_initflowsolver().
subroutine, public rflu_createedge2celllist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 397 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyedge2celllist().
Referenced by rflu_initflowsolver().
subroutine, public rflu_createedgelist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 264 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyedgelist().
Referenced by rflu_initflowsolver().
subroutine, public rflu_destroyedge2celllist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 1470 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyedge2celllist().
Referenced by rflu_initflowsolver().
subroutine, public rflu_destroyedgelist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 1375 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyedgelist().
Referenced by rflu_endflowsolver().
subroutine, public rflu_nullifyedge2celllist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 180 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by rflu_createedge2celllist(), and rflu_destroyedge2celllist().
subroutine, public rflu_nullifyedgelist | ( | type(t_region), pointer | pRegion | ) |
Definition at line 101 of file RFLU_ModEdgeList.F90.
References moderror::deregisterfunction(), and moderror::registerfunction().
Referenced by rflu_createedgelist(), and rflu_destroyedgelist().
|
private |
Definition at line 76 of file RFLU_ModEdgeList.F90.
|
private |
Definition at line 73 of file RFLU_ModEdgeList.F90.
|
private |
Definition at line 73 of file RFLU_ModEdgeList.F90.
|
private |
Definition at line 71 of file RFLU_ModEdgeList.F90.
|
private |
Definition at line 76 of file RFLU_ModEdgeList.F90.