Re: [deal.II] Quasi-Static Finite-Strain Quasi-incompressible Visco-elasticity in PETSc

2022-09-06 Thread Wolfgang Bangerth
On 9/6/22 15:25, Rahul Gopalan Ramachandran wrote: Thank you for the reply. The triangulation is indeed shared::parallel. I misread -- the assertion checks that the triangulation is *not* parallel. Which explains why you get an error. You might have to read through the documentation of the

Re: [deal.II] Quasi-Static Finite-Strain Quasi-incompressible Visco-elasticity in PETSc

2022-09-06 Thread Rahul Gopalan Ramachandran
Hello Dr. Wolfgang, Thank you for the reply. The triangulation is indeed shared::parallel. Let me try a better job at debugging and get back. Regards, Rahul > On Sep 6, 2022, at 10:57 PM, Wolfgang Bangerth wrote: > > On 9/6/22 14:21, Rahul Gopalan Ramachandran wrote: >> (dynamic_cast *>(

Re: [deal.II] Quasi-Static Finite-Strain Quasi-incompressible Visco-elasticity in PETSc

2022-09-06 Thread Wolfgang Bangerth
On 9/6/22 14:21, Rahul Gopalan Ramachandran wrote:     (dynamic_cast *>( &(dof.get_triangulation())) == nullptr) It seems like the issue is coming from the call to the *VectorTools::project * VectorTools::project (dof_handler,                           constraints,                      

[deal.II] Quasi-Static Finite-Strain Quasi-incompressible Visco-elasticity in PETSc

2022-09-06 Thread Rahul Gopalan Ramachandran
Hello, I was trying to get Dr. Jean-Paul Pelteret's Quasi-Static Finite-Strain Quasi-incompressible Visco-elasticity code available in the code gallery to run with PETSc. The code fails while running with the following error message. An error occurred in line <817> of file in function