Re: [deal.II] Quasi Static Compressible Finit Strain for Heterogenous Hyperelastic material

2020-11-02 Thread Animesh Rastogi IIT Gandhinagar
Hi Jean, Sorry for late response. Thank you for your detailed answer. Using your suggestions I was able to assign the material ids to different area of my domain of interest. Thanks again! Animesh On Tuesday, October 27, 2020 at 3:05:39 AM UTC+5:30 Jean-Paul Pelteret wrote: > Dear

Re: [deal.II] Re: parallel::distributed::Triangulation: Wrong level n_dofs after

2020-11-02 Thread Mathias
Hi Timo, done here Greetings Mathias Am Montag, 2. November 2020 20:30:31 UTC+1 schrieb Timo Heister: > > Hi Mathias, > > Awesome. This looks correct to me. Would you be interested in creating > a pull request to fix this in the master version? >

Re: [deal.II] Re: parallel::distributed::Triangulation: Wrong level n_dofs after

2020-11-02 Thread Timo Heister
Hi Mathias, Awesome. This looks correct to me. Would you be interested in creating a pull request to fix this in the master version? Thanks, Timo On Mon, Nov 2, 2020 at 1:14 PM mathias@posteo.de wrote: > > Hello again, > > I guess I have found the problem in dof_handler_policy.cc: In line

[deal.II] Re: parallel::distributed::Triangulation: Wrong level n_dofs after

2020-11-02 Thread mathias....@posteo.de
Hello again, I guess I have found the problem in dof_handler_policy.cc: In line 4565 the n_global_dofs is set to the n_dofs(), not to the n_dofs(level). Changing this fixes the problem for me. I have created a commit in my dealii fork

[deal.II] parallel::distributed::Triangulation: Wrong level n_dofs after

2020-11-02 Thread mathias....@posteo.de
Hello, I'm working with MultiGrid on a parallel::distributet::Triangulation and want to reorder the DoFs for the individual levels. After doing e.g. a Cuthill_McKee reordering I realised that the MGTools::make_sparsity_pattern() function throws an assertion in line 602:

Re: [deal.II] Support for GMSH version 4

2020-11-02 Thread luca.heltai
Dear Chen, version 4 (and above) are already supported. Only the first tag is supported, though, and it is interpreted as material id or boundary id, according to the dimension of the object it is attached to. Best, Luca. > On 2 Nov 2020, at 11:02, Chen R wrote: > > Hi all > > New to

[deal.II] Support for GMSH version 4

2020-11-02 Thread Chen R
Hi all New to deal.II and didn't seem to find an answer to this anywhere. As I understand it the support for GMSH files is for versions 1 and 2. Are there any plans for supporting version 4 at all? -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options,