So when you visualize the solution, the error is at the boundary but it 
looks
    correct in the interior?

Yes, it is. Thereafter, the error at boundaries does propagate and then interfere with the interior.

From the pictures you posted in a follow-up, it looks like the boundary values are actually correct, but that the problem starts one layer of cells into the domain. Do I see this correctly?


     > Is there a simple way to update the RHS of old value using something
    simple
     > like vmult?

    What is the equation you are trying to implement?

I am trying just the Heat equation,
rho * C * dT/dt = nabla *(kappba nalbaT) + f(x,y,t);
Boundary condition is,
T(x,y,z,t) = 300K, at boundaries.
I meant the "update the RHS of old value" equation.

Best
 W.


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to