Code_Saturne
CFD tool
Functions/Subroutines | Variables
field Module Reference

Functions/Subroutines

subroutine flddef (name, iexten, itycat, ityloc, idim, ilved, iprev, ifield)
 
subroutine fldfid (name, ifield)
 
subroutine fldkid (name, ikey)
 
subroutine fldsks (ifield, ikey, str)
 
subroutine fldgks (ifield, ikey, str)
 
subroutine fldsnv (name1, name2, name3)
 
subroutine fldpts (ifield, iprev, val)
 
subroutine fldptv (ifield, iprev, val)
 

Variables

double precision, dimension(:), pointer field_tmp_scal => null()
 
double precision, dimension(:,:), pointer field_tmp_vect => null()
 

Function/Subroutine Documentation

subroutine field::flddef ( character(len=*), intent(in)  name,
integer, intent(in)  iexten,
integer, intent(in)  itycat,
integer, intent(in)  ityloc,
integer, intent(in)  idim,
integer, intent(in)  ilved,
integer, intent(in)  iprev,
integer, intent(out)  ifield 
)

Here is the call graph for this function:

subroutine field::fldfid ( character(len=*), intent(in)  name,
integer, intent(out)  ifield 
)

Here is the call graph for this function:

subroutine field::fldgks ( integer, intent(in)  ifield,
integer, intent(in)  ikey,
character(len=*), intent(out)  str 
)

Here is the call graph for this function:

subroutine field::fldkid ( character(len=*), intent(in)  name,
integer, intent(out)  ikey 
)

Here is the call graph for this function:

subroutine field::fldpts ( integer, intent(in)  ifield,
integer, intent(in)  iprev,
double precision, dimension(:), pointer  val 
)

Here is the call graph for this function:

subroutine field::fldptv ( integer, intent(in)  ifield,
integer, intent(in)  iprev,
double precision, dimension(:,:), pointer  val 
)

Here is the call graph for this function:

subroutine field::fldsks ( integer, intent(in)  ifield,
integer, intent(in)  ikey,
character(len=*), intent(in)  str 
)

Here is the call graph for this function:

subroutine field::fldsnv ( character(len=*), intent(inout)  name1,
character(len=*), intent(in)  name2,
character(len=*), intent(in)  name3 
)

Variable Documentation

double precision, dimension(:), pointer field_tmp_scal => null()
double precision, dimension(:,:), pointer field_tmp_vect => null()