[deal.II] Re: High order mesh from Gmsh

2019-09-20 Thread Doug Shi-Dong
Hello everyone, Sorry to revive/hijack this thread, but it seems to have the exact information/people that might be able to help. My current goal is to perform some shape optimization with some h(p)-refinement. I am currently using Prof. Heltai's method described in this issue

Re: [deal.II] Implementing periodic b.c.

2019-09-20 Thread Wolfgang Bangerth
On 9/20/19 11:29 AM, Stephen wrote: > I've never implemented periodic b.c. before and so I'm trying to figure > out if I've done it correctly... especially since I find the > documentation a bit confusing. In this case, I colorise the boundary of > my square using the optional argument in GridGe

[deal.II] deal.II Newsletter #94

2019-09-20 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #94. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #8817: instantiate CellData for dim=0 (proposed by tjhei) https://githu

[deal.II] Implementing periodic b.c.

2019-09-20 Thread Stephen
I've never implemented periodic b.c. before and so I'm trying to figure out if I've done it correctly... especially since I find the documentation a bit confusing. In this case, I colorise the boundary of my square using the optional argument in GridGenerator and then try to build the periodic

[deal.II] Re: Configuration of PETSc

2019-09-20 Thread Konrad Simon
Hi Toni, Seems like I missed that little note in the documentation. Thank you :-) Best, Konrad -- 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 this message because you are subscribe

[deal.II] Re: Configuration of PETSc

2019-09-20 Thread Toni Vidal
Hello Konrad, I thing PETSc PCILU does not work in parallel. You could use the preconditioner PETScWrappers::PreconditionBlockJacobi that uses an ILU preconditioner for each process block. https://www.dealii.org/current/doxygen/deal.II/classPETScWrappers_1_1PreconditionBlockJacobi.html Also

[deal.II] Re: deal.II for Inverse problems in non-linear elasticity

2019-09-20 Thread Konrad Simon
Hi Prashant, > I am trying to solve an Inverse Cauchy problem in 3D nonlinear elasticity. > I have observed displacement data at partial boundary as well in partial > regions inside the body, and want to reconstruct the traction field. From > documentation of deal.II, I understood how tangent

[deal.II] Configuration of PETSc

2019-09-20 Thread Konrad Simon
Dear deal.ii community, I am using deali.ii with PETSc and Trilinos. However, when I am using the PETSc PreconditionILU I get an error that suggests that a solver package is missing (with Trilinos it works). Petsc's PreconditionAMG works fine (although not very efficiently for my problem). Do