Re: [deal.II] Step 44: imported 2d mesh fails to converge to solution

2020-04-14 Thread James Gorman
Jean-Paul, The boundary ID output from the four different calculations are as follows (before any boundary IDs are set to 6): 1) 3D, no imported mesh: equal numbers for boundary IDs 0, 1, 2, 3, 4, and 5. This calculation converges to a solution (as expected). 2) 2D, no imported mesh: equal num

[deal.II] deal.II Newsletter #118

2020-04-14 Thread Rene Gassmoeller
Hello everyone! This is deal.II newsletter #118. It automatically reports recently merged features and discussions about the deal.II finite element library. ## Below you find a list of recently proposed or merged features: #9887: Add Tvmult to Petsc PreconditionJacobi (proposed by dangars) ht

Re: [deal.II] Reading a Tensor from parameter file

2020-04-14 Thread Ahmad Shahba
I don't know if it is the optimal way but I would use the following approach 1. Read tensor components as Patterns::List 2. Use get method of ParameterHandler to read all ten

[deal.II] Reading a Tensor from parameter file

2020-04-14 Thread Paras Kumar
Dear deal.II community, I am trying to read a second order tensor from a .prm file using the ParameterHandler functionalities. The tensor (for dim=3) is set in .prm file as set macro def grad = 1.2|0.0|0.0|0.0|1.1|0.0|0.0|0.0|1.4 and is currently read as a string using parameterHandler.decl