Re: [deal.II] general question

2016-12-06 Thread Wolfgang Bangerth
On 12/06/2016 06:49 PM, benhour.amiria...@gmail.com wrote: Dear All, I hope you have had a great time. I have a general question. I define total strain and deviatoric part of the elastic strain tensor in two different ways as below: 1- Total strain tensor: const SymmetricTensor<2, dim>

Re: [deal.II] Re: Problem with installation

2016-12-06 Thread Timo Heister
Do you need netcdf? If not, you can also just disable it in the deal.II configuration. Best, Timo On Tue, Dec 6, 2016 at 4:07 PM, Bruno Turcksin wrote: > 2016-12-06 15:46 GMT-05:00 Sudarshan Kumar : >> I have done option 1 above. Still I get the

[deal.II] general question

2016-12-06 Thread benhour . amirian66
Dear All, I hope you have had a great time. I have a general question. I define total strain and deviatoric part of the elastic strain tensor in two different ways as below: 1- Total strain tensor: const SymmetricTensor<2, dim> total_strain = 0.5*(Grad_u + transpose(Grad_u)); (Tensor<2, dim>

Re: [deal.II] Re: Problem with installation

2016-12-06 Thread Bruno Turcksin
2016-12-06 15:46 GMT-05:00 Sudarshan Kumar : > I have done option 1 above. Still I get the following error when I run > make install, Did you reinstall deal in an empty directory? If not please do, cmake uses a cache and since it picked the static library the first time you

Re: [deal.II] fe_function_values

2016-12-06 Thread Wolfgang Bangerth
On 12/06/2016 12:02 PM, BENARD KIPCHUMBA wrote: My systems (matrices and vectors ) are in block form and when I run the code I get the error: *The violated condition was: vec.size() == dof.n_dofs() The name and call sequence of the exception was: ExcDimensionMismatch (vec.size(),

[deal.II] Re: Problem with installation

2016-12-06 Thread Sudarshan Kumar
On Tuesday, December 6, 2016 at 12:21:37 PM UTC-3, Bruno Turcksin wrote: > > Hi, > > On Tuesday, December 6, 2016 at 9:22:35 AM UTC-5, Sudarshan Kumar wrote: > >> /usr/bin/ld.gold: error: /usr/local/lib/libnetcdf_c++.a(netcdf.o): >> requires unsupported dynamic reloc 11; recompile with -fPIC >>

Re: [dealii-developers] GitHub: add public developer team with team's mention @dealii

2016-12-06 Thread Matthias Maier
On Tue, Dec 6, 2016, at 13:07 CST, Denis Davydov wrote: > I think it would be better if deal.II's GitHub account had developer team > public and > the possibility to address all developers via team's mention of @dealii or > alike. > > See

Re: [deal.II] fe_function_values

2016-12-06 Thread BENARD KIPCHUMBA
Hi Thomas and Timo I have corrected my code and I still have trouble in my code. Am not using get_function_values but incorporated the suggestions. My systems (matrices and vectors ) are in block form and when I run the code I get the error: *The violated condition was: vec.size() ==

Re: [deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Jean-Paul Pelteret
Maybe you also don't have rights on the other group, ha ha :-) On Tuesday, December 6, 2016 at 6:26:27 PM UTC+1, Wolfgang Bangerth wrote: > > On 12/06/2016 10:14 AM, Jean-Paul Pelteret wrote: > > Don't you have the little "move" button at the top of the post (see > > screenshot)? It offers me

Re: [deal.II] Re: Modeling Stokes flow in and around a droplet using the approach of step-46

2016-12-06 Thread Oded Yaakobi
Dear Wolfgang and Jean-Paul, I appreciate very much your assistance. The explanation in Wolfgang's last reply clarified to me some things that I didn't fully understand previously. I believe that now I know how to implement the interface matching conditions in my code. It seems to me that I

Re: [deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Jean-Paul Pelteret
Don't you have the little "move" button at the top of the post (see screenshot)? It offers me the option to move it another list that I'm an admin on, which is kind of useless in this case :-) On Tuesday, December 6, 2016 at 6:07:47 PM UTC+1, Wolfgang Bangerth wrote: > > On 12/06/2016 09:49 AM,

Re: [deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Wolfgang Bangerth
On 12/06/2016 09:49 AM, Jean-Paul Pelteret wrote: Oh, actually Wolfgang could probably move it - I don't have write access to the developer forum. Nope, can't do -- completely separate mailing lists... -- Wolfgang

[deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Jean-Paul Pelteret
Oh, actually Wolfgang could probably move it - I don't have write access to the developer forum. On Tuesday, December 6, 2016 at 5:47:36 PM UTC+1, Jean-Paul Pelteret wrote: > > No way to move it, but I can delete it if you want? > > On Tuesday, December 6, 2016 at 5:41:32 PM UTC+1, Denis Davydov

Re: [deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Denis Davydov
Please delete it then, i will re-post. Sorry for troubles. > On 6 Dec 2016, at 17:47, Jean-Paul Pelteret wrote: > > No way to move it, but I can delete it if you want? > > On Tuesday, December 6, 2016 at 5:41:32 PM UTC+1, Denis Davydov wrote: > wrong forum, sorry, i

[deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Jean-Paul Pelteret
No way to move it, but I can delete it if you want? On Tuesday, December 6, 2016 at 5:41:32 PM UTC+1, Denis Davydov wrote: > > wrong forum, sorry, i meant to post it here > https://groups.google.com/forum/?fromgroups#!forum/dealii-developers > If there is a way to move the post, feel free. > >

[deal.II] Re: GitHub: make developers team public and add @dealii to ping all

2016-12-06 Thread Denis Davydov
wrong forum, sorry, i meant to post it here https://groups.google.com/forum/?fromgroups#!forum/dealii-developers If there is a way to move the post, feel free. On Tuesday, December 6, 2016 at 5:40:49 PM UTC+1, Denis Davydov wrote: > > I think it would be better if deal.II's GitHub account had

Re: [deal.II] Re: Apply Neumann Boundary condition

2016-12-06 Thread Wolfgang Bangerth
On 12/06/2016 08:26 AM, benhour.amiria...@gmail.com wrote: Thanks very much for your help and support. Most of my problem is related to applying axisymmetry boundary condition for a curved domain. I attached my code for your consideration. According to the fact that this is my first project with

Re: [deal.II] MPI_InitFinalize causes runtime error when setting the build type to release

2016-12-06 Thread Timo Heister
> I printed out all the compiler and linker commands and confirmed that it is > using > tbb4.4.4 that comes with gcc6.2.1. Or there is something messed up in the configuration and we mix two different versions of the TBB. That can explain weird crashes. Please redo your deal.II configuration and

Re: [deal.II] Re: Modeling Stokes flow in and around a droplet using the approach of step-46

2016-12-06 Thread Jean-Paul Pelteret
Dear Oded, I believe that Wolfgang has answered your question in much more detail and much more precision than I would have, so I think that there's no need for me to elaborate on further on what I said. Regards, J-P On Monday, December 5, 2016 at 5:47:17 PM UTC+1, Oded Yaakobi wrote: > > Hi

Re: [deal.II] Re: Apply Neumann Boundary condition

2016-12-06 Thread benhour . amirian66
Dear Jean, Thanks very much for your help and support. Most of my problem is related to applying axisymmetry boundary condition for a curved domain. I attached my code for your consideration. According to the fact that this is my first project with dealii, Please accept my lack of knowledge in

Re: [deal.II] Unsuccessful integration of p4est with dealii

2016-12-06 Thread Timo Heister
> installation folder. But I guess getting this output does not make a lot of > sense. > > ubuntu@dulcet:~/software/dealii-8.4.1/build/tests/quick_tests$ mpirun -np 4 > ./p4est.debug > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0 Does this also happen with 1 rank? >>> try running

[deal.II] Re: Problem with installation

2016-12-06 Thread Bruno Turcksin
Hi, On Tuesday, December 6, 2016 at 9:22:35 AM UTC-5, Sudarshan Kumar wrote: > /usr/bin/ld.gold: error: /usr/local/lib/libnetcdf_c++.a(netcdf.o): > requires unsupported dynamic reloc 11; recompile with -fPIC > The problem is that libnetcdf was compiled as a static library but you are building

Re: [deal.II] Is deal.II for me? Or, I got burned elsewhere

2016-12-06 Thread Franco Milicchio
Thanks, this is really interesting! Franco On Monday, December 5, 2016 at 11:35:35 AM UTC+1, Luca Heltai wrote: > > On 2 Dec 2016, at 15:01, Bruno Turcksin > wrote: > > > > > > 2 - Are there facilities of some kind that can help in generating the > assembly code?