programmer's documentation
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
Iterative process for the convection diffusion equation
Collaboration diagram for Iterative process for the convection diffusion equation:

Variables

integer, dimension(nvarmx), save nswrsm
 max number of iteration for the iterative process used to solved the convection diffusion equations More...
 
double precision, dimension(nvarmx),
save 
epsrsm
 relative precision of the iterative process used to solved the convection diffusion equations More...
 
integer, dimension(nvarmx), save iswdyn
 dynamic relaxation type: More...
 

Detailed Description

Variable Documentation

double precision, dimension(nvarmx), save epsrsm

relative precision of the iterative process used to solved the convection diffusion equations

integer, dimension(nvarmx), save iswdyn

dynamic relaxation type:

  • 0 no dynamic relaxation
  • 1 dynamic relaxation depending on $ \delta \varia^k $
  • 2 dynamic relaxation depending on $ \delta \varia^k $ and $ \delta \varia^{k-1} $
integer, dimension(nvarmx), save nswrsm

max number of iteration for the iterative process used to solved the convection diffusion equations