[deal.II] A simple column buckling problem

2020-09-07 Thread Jammi Ashok
Dear friends, I've recently stepped into dealii. While I appreciate it's capabilities and so on.. I want a starer code for my simple structural mechanics problems. Can someone give me a simple code for a rectangular column buckling problem in 2D or 3D, It's an eigenvalue problem... Thanks for you

Re: [deal.II] table.h errors

2020-05-26 Thread Jammi Ashok
Actually I cloned deal-ii from github. Day before yesterday. -- 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 Use

Re: [deal.II] table.h errors

2020-05-26 Thread Jammi Ashok
Visual studio - 2017 and deal-ii-9.1.1. On Wed, May 27, 2020 at 2:13 AM Wolfgang Bangerth wrote: > On 5/26/20 12:52 AM, Jammi Ashok wrote: > > I am getting error in the following lines in "table.h". > > > > // Make the underlying iterator class a friend. > >

[deal.II] table.h errors

2020-05-25 Thread Jammi Ashok
Dear sir, I am getting error in the following lines in "table.h". // Make the underlying iterator class a friend. 958 friend class LinearIndexIterator < 959 Iterator

[deal.II] Build errors in Visual studio

2020-05-25 Thread Jammi Ashok
When I am trying to build solution after configuring and generating from CMAKE. I am repeatedly getting this error - "cmd.exe exited with code 1" I am using Windows 10, 64 bit machine. Can someone help me! Thank you, Ashok -- The deal.II project is located at http://www.dealii.org/ For maili