[deal.II] Re: Help in value_list

2016-11-03 Thread Atanu Banerjee
> <http://www.cplusplus.com/doc/tutorial/polymorphism/> that highlights > what's actually going on here with the base and derived classes (namely > virtual function overloading). > > On Thursday, November 3, 2016 at 4:54:39 PM UTC+1, Atanu Banerjee wrote: >> >> Ok... T

[deal.II] Re: Help in value_list

2016-11-03 Thread Atanu Banerjee
Ok... Thank you Jean. -- 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 thi

[deal.II] Help in value_list

2016-11-03 Thread Atanu Banerjee
Hi, This may be a trivial issue, but as a beginner in c++, I am unable to to understand the following. Someone please explain. In step-7, there is no member function named "value_list" is defined for the "right_hand_side" object. Then how is it used in the assemble_system. Thanks Atanu --