[deal.II] Re: Periodic boundary conditions seem to be not applied

2016-05-31 Thread Jean-Paul Pelteret
Hi Bastien, Which version of deal.II are you using? There is the recently added add_periodicity() function that helps join otherwise unrelated faces for distribut

[deal.II] Re: Doubt in FEvalues

2016-05-31 Thread Jean-Paul Pelteret
Dear Rajat, Thanks for posting an example along the lines of your implementation. Well, from the output you've shown there, I'm not surprised that there's some problem. If I'd thrown in some asserts then it would have been more clear, but the two volume calculations "Using GridTools" and "Calcu

[deal.II] Computational domain evolving with time, how to achieve this in dealii?

2016-05-31 Thread David
Hi, all: I am doing a free surface problem, and I want to get the computational domain evolving with time. Since after every time step, the domain boundary needs to be updated, so I need to redefine a new trianglation for the next time step according to my solution at previous time step. But I

[deal.II] Periodic boundary conditions seem to be not applied

2016-05-31 Thread Bastien Lauras
Hi, I am working on a 2D square, a incompressible neo-hookean material. I've used step 44 and modified it to work on a two field formulation (*u* and p). I am trying to implement periodic boundary conditions for the vertical displacement on lateral faces (right and left). My left face has bounda

[deal.II] Re: Doubt in FEvalues

2016-05-31 Thread RAJAT ARORA
Hello Jean, First of all, thanks a lot for taking time to write to me and explaining this issue. I am also very keen on solving this issue. I looked at the code you sent and indeed it looks like what you say is correct. However, If I calculate the gradients, it is giving wrong results and gi

[deal.II] Re: Doubt in FEvalues

2016-05-31 Thread Jean-Paul Pelteret
Hi Rajat, Without your code, its difficult to say what's going wrong here. It should (and does) work as I've explained. In summary, FEValues gets to know about any changes you've made to the underlying because its reinit() call takes an *active* cell which always knows its geometry (you manipul

[deal.II] Re: Doubt in FEvalues

2016-05-31 Thread RAJAT ARORA
Hello Jean, Thanks for your reply. In my case, since I am physically moving the mesh ( as I was discussing here ), even after calling fe_values.reinit(cell), I am getting the gradients on the geometry before mesh movement which shoul

[deal.II] Re: getting error with make install for Linking CXX shared library ../lib/libdeal_II.g.so

2016-05-31 Thread Poonam Saini
Thanks it worked with Candi On Saturday, May 28, 2016 at 4:08:01 AM UTC+5:30, Denis Davydov wrote: > > Hi Poonam, > > To save you from troubles on linux, you can use build tools like: > > Candi https://github.com/dealii/candi > Spack https://github.com/dealii/dealii/wiki/deal.II-in-Spack > > Co

[deal.II] Re: precompiling independent classes as a library and link it to the main project

2016-05-31 Thread Juan Carlos Araujo Cabarcas
Thanks for the quick response ... I will give it a try and come back to you. El martes, 31 de mayo de 2016, 5:38:37 (UTC+2), David Wells escribió: > > Hi Juan, > > I use this approach (shared object library for pieces, executable for the > solver) approach frequently and it is a bit tricky to set

[deal.II] not able to run dealII examples

2016-05-31 Thread Poonam Saini
Hi All, I am not able to run any code in dealII getting the below error 12:33:06 Build of project step-10-Debug@step-10 /usr/bin/make -j4 run /usr/bin/cmake -H/home/poonam/apps/candi/deal.II-toolchain/deal.II-v8.4.0/examples/step-10 -B/home/poonam/apps/candi/deal.II-toolchain/deal.