Re: [deal.II] unstable computation when using parallel computation (PETSC)

2022-01-09 Thread Chenyi LUO
14:48 PM UTC+1 Wolfgang Bangerth wrote: > On 1/9/22 6:57 AM, Chenyi LUO wrote: > > > > The codes ran successfully before by either 128, 256 or 512 cores.After > one > > day, I find it doesn't work by 128, 256 cores but still works for 512 > cores. > > >

[deal.II] unstable computation when using parallel computation (PETSC)

2022-01-09 Thread Chenyi LUO
Dear Dealii group, I'm now trying to solve a poromechanical problem by using petsc library. Recently, I met a problem, which I cannot figure out the reason. The codes ran successfully before by either 128, 256 or 512 cores.After one day, I find it doesn't work by 128, 256 cores but still works

[deal.II]

2021-04-29 Thread Chenyi LUO
Dear dealii group, I have a question regarding the computational efficiency of two styles of codes. For example, when computing the residual of momentum balance, one can realize d_epsilon \cdot sigma (the dot production between the test function of strain and stress) by 1. compute multiplication

[deal.II] initial values of different-type data

2020-12-09 Thread Chenyi LUO
Hi dealii developers, I would like to ask(confirm)whether zero is the initial value of different-type data, e.g. for double, int, Vector and Tensor. For example, if I just define double x;. Does x have an initial value of 0.0? Moreover, in my task, I set initial values of a variable, e.g. "a",