Re: [deal.II] Compiling release 9.5.0

2023-07-11 Thread Matthias Maier
I can reproduce. Thanks a lot for the bug report! We will track this issue here https://github.com/dealii/dealii/issues/15724 We will have a new point release very soon... For background: we have a regression testsuite variant that should check that we can indeed compile successfully with all

[deal.II] how to define periodic bc in delal.II

2023-07-11 Thread ztdep...@gmail.com
I waant to know how to define periodic bc in delal.II. -- 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 subscribed to the Google Groups "deal.II User Gro

[deal.II] Computational Materials Scientist opening at the PRISMS Center (University of Michigan)

2023-07-11 Thread David Montiel Taboada
Hello everyone, I would like to share that we have an opening for Computational Materials Scientist position at the PRISMS Center of the University of Michigan. The specific area is in the *development and application of our crystal plasticity and fracture simulations codes* that are housed

Re: [deal.II] Compiling release 9.5.0

2023-07-11 Thread Jack Urombo
Here is the detailed log. On Sat, 8 Jul 2023 at 17:37, Matthias Maier wrote: > Hi, > > Would you mind to also send us the "detailed.log" file located in your > build directory? > > Best, > Matthias > > > > On Sat, Jul 8, 2023, at 03:16 CDT, jack urombo wrote: > > > The new release has this err

[deal.II] Re: Matrix Free Multiple DoFHandlers

2023-07-11 Thread Sean Johnson
Okay the problem is the global vector that I use for the additional DoFHandler does not have a mg_transfer to help the vector have the right amount of indices on all levels of the multigrid. I don't see a way to construct the preconditioner with multiple transfers though it does allow multiple

Re: [deal.II] Deformation gradient at face quadrature point for current traction

2023-07-11 Thread Abbas Ballout
Krish, I could do this following step 18 and how history variables are constructed there. It was straightforward in case you are interested. On Wednesday, June 28, 2023 at 7:55:19 PM UTC+2 Wolfgang Bangerth wrote: > On 6/26/23 00:49, Krish wrote: > > > > I am following step-44 to solve an

[deal.II] Applying non-homogeneous Neumann BC in step-18

2023-07-11 Thread Mohammad Amir Kiani Fordoei
Dear Deal.II group I am trying to add boundary force (b) to step-18 as below [image: Screenshot from 2023-07-11 14-01-30.png] As I understood, I just need to specify a boundary_id on triangulation and apply traction force on that with code like this: { - loop over cells -loop over faces per cell