[deal.II] Re: which version of trilinos for dealii-8.4.1

2016-06-14 Thread Roc Wang
Thanks, everybody. I installed trilinos-12.0.1, with Muelu enabled. Dealii-8.4.1 can be installed successfully. There was an error when I installed trilinos-12.6.3 which stuck me. The error info is like: *Scanning dependencies of target muelu-adapters* [ 97%] Building CXX object packag

Re: [deal.II] Transfer of quadrature point history data after mesh refinement.

2016-06-14 Thread Wolfgang Bangerth
On 06/14/2016 10:44 AM, Denis Davydov wrote: As for the solution transfers, i would speculate that you need two different ones: one for the main field you solve for and another for quadrature data. Correct. You need to define a separate DoFHandler for the DG field to which you project your qua

Re: [deal.II] Transfer of quadrature point history data after mesh refinement.

2016-06-14 Thread Denis Davydov
The class I mention is NOT available in 8.3.0, you would need to build from the git repository and have C++11 enabled. As for the solution transfers, i would speculate that you need two different ones: one for the main field you solve for and another for quadrature data. Regards, Denis. > On 14

Re: [deal.II] Transfer of quadrature point history data after mesh refinement.

2016-06-14 Thread dealii . group
> > > Thank you. Is this class available in the release version 8.3.0? > I set separate dofhandler (history_dof_handler) for FE_DGQ. I just > confusing because the history_field vector has different size respect to > the main solution vector and it also has different DoFHandler. I attached > d

Re: [deal.II] which version of trilinos for dealii-8.4.1

2016-06-14 Thread Matthias Maier
On Mon, Jun 13, 2016, at 22:42 CDT, Matthias Maier wrote: > On Mon, Jun 13, 2016, at 22:10 CDT, Roc Wang wrote: > >> Hi, >> >> it seems trilinos-12.6.3 doen't work for dealii.8.4.1. Just wondering >> which version is good for dealii8.4.1? thanks. > > That's a bit surprising. I currently do

[deal.II] Re: Elasticity

2016-06-14 Thread Denis Davydov
It appears that you are solving small strain non-linear elasticity. Then you need to study step-44 and linearize your problem. Regards, Denis. On Tuesday, June 14, 2016 at 5:07:05 PM UTC+2, benhour@gmail.com wrote: > > Dear all, > Thanks very much for your response and help. If I can make it

[deal.II] Re: Elasticity

2016-06-14 Thread benhour . amirian66
Dear all, Thanks very much for your response and help. If I can make it simple, in my equation, the lame constants in stress-strain tensor are related to another function that changes with solution vector. For instance, consider a situation in which you have a constant rank-2 tensor for initial

Re: [deal.II] Transfer of quadrature point history data after mesh refinement.

2016-06-14 Thread dealii . group
Hi I am solving a problem using Trilinos and parallel::distributed triangulation. It works well. I transfer solution data and old solution data during mesh ref

Re: [deal.II] Transfer of quadrature point history data after mesh refinement.

2016-06-14 Thread Denis Davydov
Hi > On 14 Jun 2016, at 16:51, dealii.gr...@gmail.com wrote: > > Hi > > I am solving a problem using Trilinos and parallel::distributed > > triangulation. It wor

Re: [deal.II] Re: casting a 4th order symm tensor to Tensor

2016-06-14 Thread Anup Basak
Hello Jean, Thanks for the reply. Yes, I have already done what you suggested. But I think that casting operation should be incorporated. Many thanks, Regards, Anup. On Tue, Jun 14, 2016 at 12:22 AM, Jean-Paul Pelteret wrote: > Hi Anup, > > It looks like there's no constructor from which one

[deal.II] Re: which version of trilinos for dealii-8.4.1

2016-06-14 Thread Denis Davydov
Hi Roc, I just built [1] deal.II 8.4.1. with Trilinos 12.6.3 using Spack https://github.com/LLNL/spack which also includes as tests running Step-40 with Trilinos and (1) iterative solver (2) direct Superlu_Dist (3) direct MUMPS. So as far as I can tell it works ok. [1] I will create a PR on Sp

[deal.II] Re: which version of trilinos for dealii-8.4.1

2016-06-14 Thread Denis Davydov
I am also building deal.II with Trilinos 12.6.3 using Spack now, let's see if it fails to compile... Otherwise, 12.6.1 worked fine for me. On Tuesday, June 14, 2016 at 5:10:15 AM UTC+2, Roc Wang wrote: > > Hi, > > it seems trilinos-12.6.3 doen't work for dealii.8.4.1. Just wondering > which v

[deal.II] Re: which version of trilinos for dealii-8.4.1

2016-06-14 Thread 'Uwe Köcher' via deal . II User Group
Dear Roc The version 12.4.2 (shipped by default in candi https://github.com/dealii/candi ) works. Can you specify what you mean by "doesn't work"? Best Uwe On Tuesday, June 14, 2016 at 5:10:15 AM UTC+2, Roc Wang wrote: > > Hi, > > it seems trilinos-12.6.3 doen't work for dealii.8.4.1. Jus