programmer's documentation
Variables
Iterative process for the convection diffusion

equation More...

Collaboration diagram for Iterative process for the convection diffusion:

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

equation

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