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

2017-04-17 Thread Jean-Paul Pelteret
Dear Vlad (and Bill), I know that you've mostly got something working at this point, but I thought I'd mention that one of the other users has found success with using the Linux subsystem in Windows 10. If its of any interest to you, see this post

[deal.II] Re: Superlu_dist usage in dealii

2017-04-17 Thread Jean-Paul Pelteret
Dear Kartik, It is possible to use the SuperLU direct solver through the TrilinosWrappers. Obviously this requires that Trilinos it configured with SuperLU enabled. Step-33 demonstrates how to setup and use the d

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] fixing one component of solution to the same value

2017-04-17 Thread RAJAT ARORA
Hello Professor, I have created a test case to show this wierd behaviour (bug ? ). Running with 3 or more processors give this error. I have used some techniques that I actually learned from you and the other group members to come with a small working example and demonstrate this error. I cr

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 co

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 co

Re: [deal.II] Bug? - FETools::extrapolate changes behavior in 8.5

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

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 received

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 happe

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, DataComponentInterpretation::component_is_

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

2017-04-17 Thread Alberto Salvadori
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 const std::vector data_component_interpretation(dim+2, DataComponentInterpretation:: component_is_part_of_vector); data_out.add_data_vector(sys

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); data_out.add_data_vector(system_

[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 option

[deal.II] Superlu_dist usage in dealii

2017-04-17 Thread Kartik Jujare
Hello, Can anyone please provide an implementation example on how to proceed using superlu_dist in a dealii solve function? Thanks and regards, Kartik -- 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=