On 4/9/19 3:44 AM, Muhammad Mashhood wrote:
> Thank you very much Prof. Bangerth. The Neuman condition is now implemented 
> successfully on the face elements in relatively simpler way (which you 
> proposed for me). Now I have moved ahead to implement the flux BC on the top 
> edge of square plate and I am taking help of your tutorial step-26. But in 
> this code the structure is a bit different than the step-8 i.e. the *cell_rhs 
> *looks like being formed now in *create_right_hand_side* function.
> So my question is that can I simply use the heat source code of following 
> function:
> *template<int dim>
>    double RightHandSide<dim>::value (const Point<dim> &p,
>                                      const unsigned int component) const*
> 
> to select the points of top edge of the domain to declare the flux input or 
> Neuman BC (i.e. in other words moving source on top and source now putting 
> heat inside the domain) or there is other valid way for that? Thank you in 
> advance for your suggestion!

I don't think I fully understand what you want to do. Can you state in 
formulas what you want to implement? How does your boundary conditions look 
like?

Best
  WB

-- 
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 [email protected]
                            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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to