Re: [deal.II] fixing one component of solution to the same value

2017-04-17 Thread RAJAT ARORA
Hello Professor, I am now using deal.ii 8.5 and I am attaching the updated code. The error message still remains the same. On Monday, April 17, 2017 at 4:43:35 PM UTC-4, RAJAT ARORA wrote: > > > Hello Professor, > > I have created a test case to show this wierd behaviour (bug ? ). Running >

Re: [deal.II] Deal.ii installation Error

2017-04-17 Thread RAJAT ARORA
Hello Timo, Thanks for the reply. I didn't know about the compilation problems with older intel compilers. Yes, this problem was occurring with intel 2013 update 5 and openmpi 1.7.2 The problem is resolved when I switch to intel 2015 compiler and openmpi 1.8.4. This could be because of the

Re: [deal.II] Re: Meshworker in dim=2, spacedim = 3

2017-04-17 Thread Daniel Arndt
Andrea, This should be fixed upstream now. Have a look at PR #4265 [1]. Best, Daniel [1] https://github.com/dealii/dealii/pull/4265 -- 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

Re: [deal.II] Separate components from the solution vector

2017-04-17 Thread Alberto Salvadori
Thanks Wolfgang, step-22 is exactly what I was looking for. It works just fine, now. Alberto Il giorno lunedì 17 aprile 2017 10:43:56 UTC-4, Wolfgang Bangerth ha scritto: > > On 04/17/2017 08:37 AM, Alberto Salvadori wrote: > > Thanks Wolfgang. > > What you surmised is exactly what it is

Re: [deal.II] Separate components from the solution vector

2017-04-17 Thread Wolfgang Bangerth
On 04/17/2017 08:37 AM, Alberto Salvadori wrote: Thanks Wolfgang. What you surmised is exactly what it is happening, see the error message below. I have no run-time errors in running this code conststd::vector data_component_interpretation(dim+2,

Re: [deal.II] Separate components from the solution vector

2017-04-17 Thread Wolfgang Bangerth
On 04/17/2017 08:09 AM, Alberto Salvadori wrote: DataOut data_out; data_out.attach_dof_handler(dof_handler); // displacement output conststd::vector data_component_interpretation(dim, DataComponentInterpretation::component_is_part_of_vector);

[deal.II] Separate components from the solution vector

2017-04-17 Thread Alberto Salvadori
Hi, thanks in advance for your suggestions. I have been working on a small strain version of the three-fields formulation proposed in step 44. To this aim, I have been extended step 18, including some non linear material models. It is my understanding that there are two ways of assembling and

Re: [deal.II] Re: Error during the builiding deal.ii 8.5.0 on Microsoft Visual Studio 2013

2017-04-17 Thread Bill Greene
I discovered that the C++ settings in the cmake-generated project for > step-1 were set to debug even in Release mode. After fixing that, this example built and ran OK. Thanks again for the help. Bill -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum