Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
rflu_modfacelist Module Reference

Public Member Functions

subroutine, public rflu_buildavface2borderlist (pRegion)
 
subroutine, public rflu_buildavface2patchlist (pRegion)
 
subroutine, public rflu_buildcell2facelist (pRegion)
 
subroutine, public rflu_buildfacelist (pRegion)
 
subroutine, public rflu_createavface2borderlist (pRegion)
 
subroutine, public rflu_createavface2patchlist (pRegion)
 
subroutine, public rflu_createcell2facelist (pRegion)
 
subroutine, public rflu_createfacelist (pRegion)
 
subroutine, public rflu_destroyavface2borderlist (pRegion)
 
subroutine, public rflu_destroyavface2patchlist (pRegion)
 
subroutine, public rflu_destroycell2facelist (pRegion)
 
subroutine, public rflu_destroyfacelist (pRegion)
 
subroutine, public rflu_getopposingfaces (pRegion, iPatch, ifg, nFacesOpp, faceOppInfo)
 
subroutine, public rflu_insertintocell2facelist (pRegion, iPatch, icg, ifg)
 
subroutine rflu_nullifyavface2borderlist (pRegion)
 
subroutine, public rflu_reorientfaces (pRegion)
 

Public Attributes

integer, parameter, public destroy_face_int = 1
 
integer, parameter, public destroy_face_ext = 2
 
integer, parameter, public destroy_face_all = 4
 

Private Member Functions

subroutine rflu_nullifyavface2patchlist (pRegion)
 
subroutine rflu_nullifycell2facelist (pRegion)
 
subroutine rflu_nullifyfacelist (pRegion)
 

Private Attributes

character(chrlen) rcsidentstring = '$RCSfile: RFLU_ModFaceList.F90,v $ $Revision: 1.43 $'
 

Detailed Description

Definition at line 39 of file RFLU_ModFaceList.F90.

Member Function/Subroutine Documentation

subroutine, public rflu_buildavface2borderlist ( type(t_region), pointer  pRegion)

Definition at line 110 of file RFLU_ModFaceList.F90.

References modsortsearch::binarysearchinteger(), moderror::deregisterfunction(), moderror::errorstop(), max(), modsortsearch::quicksortintegerinteger(), moderror::registerfunction(), and StopWatch::stop().

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_buildavface2patchlist ( type(t_region), pointer  pRegion)

Definition at line 330 of file RFLU_ModFaceList.F90.

References modsortsearch::binarysearchinteger(), moderror::deregisterfunction(), moderror::errorstop(), modsortsearch::quicksortinteger(), moderror::registerfunction(), and StopWatch::stop().

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_buildcell2facelist ( type(t_region), pointer  pRegion)
subroutine, public rflu_createavface2borderlist ( type(t_region), pointer  pRegion)

Definition at line 1569 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyavface2borderlist().

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_createavface2patchlist ( type(t_region), pointer  pRegion)

Definition at line 1662 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyavface2patchlist().

Referenced by rflu_initflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_createcell2facelist ( type(t_region), pointer  pRegion)
subroutine, public rflu_createfacelist ( type(t_region), pointer  pRegion)
subroutine, public rflu_destroyavface2borderlist ( type(t_region), pointer  pRegion)

Definition at line 2059 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyavface2borderlist().

Referenced by rflu_endflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_destroyavface2patchlist ( type(t_region), pointer  pRegion)

Definition at line 2147 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), moderror::errorstop(), moderror::registerfunction(), and rflu_nullifyavface2patchlist().

Referenced by rflu_endflowsolver().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_destroycell2facelist ( type(t_region), pointer  pRegion)
subroutine, public rflu_destroyfacelist ( type(t_region), pointer  pRegion)
subroutine, public rflu_getopposingfaces ( type(t_region), pointer  pRegion,
integer, intent(in)  iPatch,
integer, intent(in)  ifg,
integer, intent(out)  nFacesOpp,
integer, dimension(2,2), intent(out)  faceOppInfo 
)

Definition at line 2499 of file RFLU_ModFaceList.F90.

References Line_2< R, T >::c(), moderror::deregisterfunction(), moderror::errorstop(), ic, modsortsearch::quicksortinteger(), moderror::registerfunction(), and Kdtree_d< Traits >::ExtPoint::term().

Referenced by rflu_modstencilsfaces::rflu_buildf2cstencil().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_insertintocell2facelist ( type(t_region), pointer  pRegion,
integer, intent(in)  iPatch,
integer, intent(in)  icg,
integer, intent(in)  ifg 
)

Definition at line 2725 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), moderror::errorstop(), Mesh::GenericElement::nfaces(), modsortsearch::quicksortinteger(), moderror::registerfunction(), and Kdtree_d< Traits >::ExtPoint::term().

Referenced by rflu_buildcell2facelist().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifyavface2borderlist ( type(t_region), pointer  pRegion)

Definition at line 3015 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), and moderror::registerfunction().

Referenced by rflu_createavface2borderlist(), and rflu_destroyavface2borderlist().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifyavface2patchlist ( type(t_region), pointer  pRegion)
private

Definition at line 3082 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), and moderror::registerfunction().

Referenced by rflu_createavface2patchlist(), and rflu_destroyavface2patchlist().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifycell2facelist ( type(t_region), pointer  pRegion)
private

Definition at line 3149 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), and moderror::registerfunction().

Referenced by rflu_createcell2facelist(), and rflu_destroycell2facelist().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine rflu_nullifyfacelist ( type(t_region), pointer  pRegion)
private

Definition at line 3222 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), and moderror::registerfunction().

Referenced by rflu_createfacelist(), and rflu_destroyfacelist().

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public rflu_reorientfaces ( type(t_region), pointer  pRegion)

Definition at line 3313 of file RFLU_ModFaceList.F90.

References moderror::deregisterfunction(), and moderror::registerfunction().

Here is the call graph for this function:

Member Data Documentation

integer, parameter, public destroy_face_all = 4

Definition at line 76 of file RFLU_ModFaceList.F90.

integer, parameter, public destroy_face_ext = 2

Definition at line 76 of file RFLU_ModFaceList.F90.

integer, parameter, public destroy_face_int = 1

Definition at line 76 of file RFLU_ModFaceList.F90.

character(chrlen) rcsidentstring = '$RCSfile: RFLU_ModFaceList.F90,v $ $Revision: 1.43 $'
private

Definition at line 80 of file RFLU_ModFaceList.F90.


The documentation for this module was generated from the following file: