[deal.II] Adding friction to Step 42

2021-10-15 Thread Mohammadreza ya'ghoobi
Hi, I'm trying to add friction to the step 42. What would be the most efficient way to add friction to this step. What modules do I need to change? Any suggestions would be highly appreciated. Thanks Reza -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum

Re: [deal.II] Removing cells in parallel distributed triangulation

2021-04-24 Thread Mohammadreza ya'ghoobi
t over nodes using p::f::T? Any recommendation is highly appreciated. Thanks Reza On Thursday, April 22, 2021 at 12:55:47 PM UTC-4 Wolfgang Bangerth wrote: > On 4/22/21 10:52 AM, Mohammadreza ya'ghoobi wrote: > > > > I'm trying to solve a simpler problem of uniaxial response of a pl

Re: [deal.II] Removing cells in parallel distributed triangulation

2021-04-22 Thread Mohammadreza ya'ghoobi
Dear Jean-Paul, I'm trying to solve a simpler problem of uniaxial response of a plate with hole using FE_Nothing as you recommended. I re-read steps 10, 27, and 46 to refresh my memory. I think I have the logic but I appreciate if you check some of the steps I have a little concern about. The

[deal.II] Removing cells in parallel distributed triangulation

2021-04-20 Thread Mohammadreza ya'ghoobi
Hi, I'm trying to subtract some elements based on a user-defined criteria. Ideally, I want to use each processor in a way that they are responsible only for their partition (using is_locally_owned()) to remove the cells from the triangulation using