Re: [deal.II] FullMatrix to SparseMatrix

2020-10-10 Thread Nikki Holtzer
My sparsity pattern was created in the following way: DynamicSparsityPattern c_sparsity(dof_handler.n_dofs(), dof_handler.n_dofs()); DoFTools::make_sparsity_pattern(dof_handler, c_sparsity, affine_constraints, true); which I have used throughout my code with no problems. The FullMatrix,

[deal.II] Application of the non-homogeneous boundary conditions in Finite Elasticity (Compressible case)

2020-10-10 Thread Animesh Rastogi IIT Gandhinagar
Hi All, I am working on hyper-elastic beam buckling problem. I wish to apply non-homogeneous Dirichlet Boundary condition on the right hand side of the beam (to compress the beam). I was reading the step-44 w

Re: [deal.II] "locked" vtu outputs

2020-10-10 Thread Timo Heister
Hi David, > For example, for the initial conditions, the code is supposed to output a > file with name: > > solution-000.vtu > > but then it also creates s file with name > > solution-000.vtu-1364024289-50151.lock > > This is what the support from the cluster told us about the issue: The