Re: [deal.II] Re: Assembly of material forces

2017-01-29 Thread Wolfgang Bangerth
On 01/28/2017 04:56 AM, 'Seyed Ali Mohseni' via deal.II User Group wrote: I somehow figured the assembly out by listening to Prof. Bangerth's advice that I should try to solve it the deal.II way. And after Jean-Paul told me to take a look at step-42 I realized how things are working in deal.II.

[deal.II] Re: bool ParameterHandler::read_input (const std::string &, const bool, const bool, const std::string &) DEAL_II_DEPRECATED

2017-01-29 Thread Jean-Paul Pelteret
Dear Vinayak, You must be using the developer version, right? This function has been deprecated and, I believe, is superseded by the function ParameterHandler::parse_input . I hope

[deal.II] bool ParameterHandler::read_input (const std::string &, const bool, const bool, const std::string &) DEAL_II_DEPRECATED

2017-01-29 Thread Vinayak Gholap
Hello, I have to use this bool ParameterHandler::read_input() function but since it is marked Deprecated I get compiler warning " warning: ‘virtual bool dealii::ParameterHandler::read_input(const string&, bool, bool, const string&)’ is deprecated [-Wdeprecated-declarations] prm.read_input (i