Re: [deal.II] Re: Finding vertices on boundaries

2020-10-21 Thread Doug Shi-Dong
Thanks, yes, that should work well for 2D. I actually just thought of a corner case (pun intended) in 3D. It is possible for a cell's vertex to be on a boundary, without any of its neighbour actually have a boundary face. Imagine a 3D cube with a hollow inner cube. The cells directly diagonal to

Re: [deal.II] Re: Finding vertices on boundaries

2020-10-21 Thread Wolfgang Bangerth
On 10/21/20 1:05 PM, Doug Shi-Dong wrote: It seems like I might have to loop over the neighbors of every cell to make sure that account for all the corners/edges DoFs that might be on a boundary, but that seems inefficient. Anyone knows of a better way within deal.II to deal with this? Eac

[deal.II] Re: Pressure-correction scheme: Behaviour of the H1 norm on the Taylor-Green vortex

2020-10-21 Thread blais...@gmail.com
Hello Jose, I wish I could help, but I second Wolfgang's question. Is your code available somewhere? I would be glad to take a look at it and compare the solutions for the same problems using different formulations. I would expect that if you fix the issue with boundary conditions (those describ

Re: [deal.II] Re: Finding vertices on boundaries

2020-10-21 Thread Doug Shi-Dong
Hello everyone, Sorry to revive this thread, but I have a similar question that follows up his question. In the case of a distributed grid, there might be vertices/DoFs on a corner (or even edges in 3D) of a cell. For example, see attached figure (at the trailing edge of the airfoil in the sq

Re: [deal.II] Solving inverse problems with deal.II

2020-10-21 Thread Wolfgang Bangerth
On 10/21/20 6:23 AM, Robin Grant Gast wrote: I am looking to solve an inverse finite element problem where the material is hyperelastic, and some boundary conditions are unknown. In particular, I want to recover tyre force (not all 6 components at once) from a known inner carcass deformation.

Re: [deal.II] Periodic BC in parallel distributed homogenization problem

2020-10-21 Thread Daniel Arndt
Maurice, Is there any reason that you don't use DoFTools::make_periodicity_constraints() as shown in https://www.dealii.org/current/doxygen/deal.II/step_45.html? Best, Daniel Am Mi., 21. Okt. 2020 um 11:16 Uhr schrieb 'maurice rohracker' via deal.II User Group : > Dear all, > > > For a project,

[deal.II] deal.II Newsletter #139

2020-10-21 Thread 'Rene Gassmoeller' via deal.II User Group
Hello everyone! This is deal.II newsletter #139. 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: #11071: Partitioner + L:d:V: new constructor (proposed by peterrum) ht

[deal.II] Periodic BC in parallel distributed homogenization problem

2020-10-21 Thread 'maurice rohracker' via deal.II User Group
Dear all, For a project, I try to implement a parallel distributed homogenization problem with periodic BC. A serial version is already implemented. The feature of the periodic BC in the serial case is that it is not purely periodic, but periodic with some offset. Therefore the periodic bo

[deal.II] Solving inverse problems with deal.II

2020-10-21 Thread Robin Grant Gast
Hello all Let me preface by saying that I am not currently a user of deal.II. In fact I am currently looking for a finite element code that will suit my needs. I am looking to solve an inverse finite element problem where the material is hyperelastic, and some boundary conditions are unknown.

Re: [deal.II] Pressure-correction scheme: Behaviour of the H1 norm on the Taylor-Green vortex

2020-10-21 Thread Martin Kronbichler
Dear Jose, While I have not experimented in detail with the step-35 program, we have done extensive studies on similar problems in https://doi.org/10.1016/j.jcp.2017.09.031 (or https://arxiv.org/abs/1706.09252 for an earlier preprint version of the same manuscript) including the pressure corr