Next: Package FL.ELASTICITY, Previous: Package FL.CDR, Up: Reference manual [Contents][Index]
This package contains the problem definition of systems of convection-diffusion-reaction equations. The system is given in the following form which is suited for a fixed-point iteration:
div(-a(x,u_old,nabla u_old) nabla u) + div(b(x,u_old,nabla u_old) u) + + c(x,u_old,nabla u_old) nabla u + + r(x,u_old,nabla u_old) u = f(x,u_old, nabla u_old) - div(g(x,u_old, nabla u_old)) - div(a(x,u_old,nabla u_old) h(x,u_old, nabla u_old))
where u:G to R^N. Note that the last two terms are introduced in the variational formulation and imply a natural Neumann boundary condition derivative{u}{n} = (g+a h) cdot n at boundaries where no Dirichlet constraints are posed.
Systems of convection-diffusion-reaction equations. The coefficients should be vector-valued functions in this case.
Superclasses: <PDE-PROBLEM>
An isotropic diffusion of size factor*h^power
Generates a rather general elliptic problem on the given domain.
Returns a sparse diagonal diffusion tensor with isotropic diffusion in each component. values should be a vector or a number and contains the amount of diffusion in each component.
Returns a list of two functions namely u mapsto R(u)-DR(u)u and u mapsto -DR(u) which can be used directly in the discretization as source and reaction term.
Returns the number of components for problem.
Next: Package FL.ELASTICITY, Previous: Package FL.CDR, Up: Reference manual [Contents][Index]