[deal.II] Step-8 Extension : Unable to modify BCs with face iterator

2021-03-24 Thread pushkar...@gmail.com
Dear deal.II Community While trying to modify the BC to homogeneous Neumann on some of the faces , I followed the suggestion given in step-3 to iterate the faces and flag them using : for (auto &face : triangulation.active_face_iterators

[deal.II] step-8

2018-08-28 Thread chandra sekhar yaswanth devarakonda
I am using step-8 to build 2d cantilever beam.Can anyone help me whether it is correct or not? actually i got error.i am new to finite element and dealii as well. for elemental stiffness matrix=k=integration[E.I B.transpose(B)] .. so i did like this cell_matrix(i,j) += (

Re: [deal.II] step-8

2018-08-28 Thread chandra sekhar yaswanth devarakonda
Thanks a lot. I will go through it. On Tue, Aug 28, 2018, 7:15 PM Jean-Paul Pelteret wrote: > Dear Chandra, > > For me, one of the most instructive textbooks on linear elasticity (and > that fundamentals of FEM) is this one: > > @Book{Hughes2000a, > title = {The Finite Element Method: Line

Re: [deal.II] step-8

2018-08-28 Thread Jean-Paul Pelteret
Dear Chandra, For me, one of the most instructive textbooks on linear elasticity (and that fundamentals of FEM) is this one: @Book{Hughes2000a, title = {The Finite Element Method: Linear Static and Dynamic Finite Element Analysis}, publisher = {Dover Publications Inc.}, year = {2

[deal.II] step-8

2018-08-28 Thread chandra sekhar yaswanth devarakonda
Where can i get theory behind step-8? Can anyone suggest any book? -- 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.