Re: [deal.II] Error while trying to do the extensions provided in step-3

2020-05-12 Thread Huzaifa Unjhawala
Hello! Yes, the issue has been solved! Thanks a lot! I failed to realize that I had such an old version installed. Will update. Thanks again Huzaifa On Tuesday, May 12, 2020 at 9:18:33 PM UTC+5:30, Wolfgang Bangerth wrote: > > > Huzaifa, > > what version of deal.II are you using? The function

Re: [deal.II] Error while trying to do the extensions provided in step-3

2020-05-11 Thread Huzaifa Unjhawala
tive()->face(0)->set_boundary_id(1); ^ make[3]: *** [CMakeFiles/step-3.dir/step-3.cc.o] Error 1 make[2]: *** [CMakeFiles/step-3.dir/all] Error 2 make[1]: *** [CMakeFiles/run.dir/rule] Error 2 make: *** [run] Error 2 Hope this helps Huzaifa O

Re: [deal.II] Level of complexity deal.II can solve?

2020-05-11 Thread Huzaifa Unjhawala
Hello! Thanks for the insight! On Monday, May 11, 2020 at 9:17:30 PM UTC+5:30, Wolfgang Bangerth wrote: > > > Huzaifa, > > > I am just starting out understanding the deal.II library. I was > wondering how > > complex a problem can deal.II solve. Like for example, if I wanted to > analyze > >

[deal.II] Level of complexity deal.II can solve?

2020-05-11 Thread Huzaifa Unjhawala
I am just starting out understanding the deal.II library. I was wondering how complex a problem can deal.II solve. Like for example, if I wanted to analyze a wheel hub and find out the maximum stress for a force at its wheel bolts, would I be able to do it with deal.II? I am sorry if the questi

Re: [deal.II] Error while trying to do the extensions provided in step-3

2020-05-11 Thread Huzaifa Unjhawala
ConstantFunction<2>(1.), boundary_values); as given in the documentation. On Monday, May 11, 2020 at 6:12:38 AM UTC+5:30, Wolfgang Bangerth wrote: > > On 5/10/20 9:24 AM, Huzaifa Unjhawala wrote: > > > > > > Howev

[deal.II] Error while trying to do the extensions provided in step-3

2020-05-10 Thread Huzaifa Unjhawala
I am trying to incorporate the extensions provided in step-3, particularly the one where the boundary ID is changed to 1 right after development of the grid using GridGenerator. triangulation.begin_active