Hello,

I have a diffusion problem where the diffusion coefficient K depends on the 
solution at the previous time step and is therefore discontinuous. I am 
trying to implement a weighted average for DG, which is similar to the 
standard average, with the difference that the weights are not 0.5, but a 
weighted average with the value of K on each side of a face. I have been 
using VectorTools::point_value to evaluate approximate solutions at given 
points, but now I need to evaluate those approximate solutions at the two 
neighboring cells. Do you have any idea about to how to approach this?
Thank you!

Regards,
Giselle

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/20344b40-17f2-4ca3-a949-baee68edbb6cn%40googlegroups.com.

Reply via email to