On Thu, 22 Jan 2009, Mladen Jurak wrote:

>    The problem is on the boundary where I need to calculate total
>    flow in order to complete saturation equation. This boundary flow
>    can be calculated only by using local mass  conservation and in
>    that way I introduce  time derivative into spatial
>    discretization.  My need for old solution comes from this time
>    derivative, but, perhaps, I could shift these boundary terms
>    containing (p^new -p^old)/dt to mass residual part of the
>    residual.

Would it suffice to have an elem_rate_solution available, which
contained (u_n-u_p)/deltat on each variable?  I might be adding that
for one of my own applications and to make it simpler to write user
code with nonlinear mass matrices again.
---
Roy

------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Libmesh-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to