| 
    My Project
    
   programmer's documentation 
   | 
 
Handle boundary condition type code (itypfb). More...
Functions/Subroutines | |
| subroutine | typecl (nvar, nscal, iterns, init, itypfb, itrifb, icodcl, isostd, rcodcl) | 
Handle boundary condition type code (itypfb).
| subroutine typecl | ( | integer | nvar, | 
| integer | nscal, | ||
| integer | iterns, | ||
| logical | init, | ||
| integer, dimension(ndimfb) | itypfb, | ||
| integer, dimension(ndimfb) | itrifb, | ||
| integer, dimension(ndimfb,nvar) | icodcl, | ||
| integer, dimension(ndimfb+1) | isostd, | ||
| double precision, dimension(ndimfb,nvar,3) | rcodcl | ||
| ) | 
| [in] | nvar | total number of variables | 
| [in] | nscal | total number of scalars | 
| [in] | iterns | iteration number on Navier-Stokes equations | 
| [in] | init | partial treatment (before time loop) if true | 
| [in,out] | itypfb | boundary face types | 
| [out] | itrifb | tab d'indirection pour tri des faces | 
| [in,out] | icodcl | face boundary condition code:
  | 
| [out] | isostd | standard output indicator
  | 
| [in,out] | rcodcl | boundary condition values:
  | 
 1.8.16