Re: [deal.II] Incompressible Mooney-Rivlin/Neo-Hookean material

2020-05-14 Thread navneet roshan
Best > WB > > > On 5/13/20 11:38 PM, navneet roshan wrote: > > > > Dear Members, > > > > I changed step-44 and reduced the code to 2-field, results for 2-field > and > > 3-field formulation were matching closely. Then I changed the material >

Re: [deal.II] discrepancy in step-44 material model between implementation and formula.

2020-04-23 Thread navneet roshan
point >> and linearisation, rather than from the constitutive law in the code. >> However, one can interpret various terms in the residual and linearisation >> as the equivalent of the volumetric stress and tangent (even though they >> only indirectly governed by the const

Re: [deal.II] discrepancy in step-44 material model between implementation and formula.

2020-03-06 Thread navneet roshan
at we tried to > capture in the code. > > I hope that this helps clarify any misunderstanding. Suggestions as to how > this can be made more clear in the introductory text are always welcome, so > please feel to open a pull request for them. > > Best, > Jean-Paul > >

[deal.II] discrepancy in step-44 material model between implementation and formula.

2020-03-05 Thread navneet roshan
Dear delii members While modifying the material model in the step-44.cc, implementation of the function *get_Jc_vol(). *I found the implementation in the code is different than the formula provided. The worse part is that the solution stops converging after correcting the implementation. I will be

Re: [deal.II] Is it bug?

2019-12-13 Thread navneet roshan
3. Dez. 2019 um 13:02 Uhr schrieb navneet roshan < > navneetrosh...@gmail.com>: > >> Hi Daniel, >> >> Thank you for the quick response, If I change line number 190 in the >> code, to 1 from 4. I am getting following error but no further information >> eve

Re: [deal.II] Is it bug?

2019-12-13 Thread navneet roshan
Best, > Daniel > > Am Fr., 13. Dez. 2019 um 11:44 Uhr schrieb navneet roshan < > navneetrosh...@gmail.com>: > >> Dear Deal.II community, >> >> I have been using deal.ii for more than a year. I am solving the >> reaction-diffusion problem, I am getting a

[deal.II] Is it bug?

2019-12-13 Thread navneet roshan
Dear Deal.II community, I have been using deal.ii for more than a year. I am solving the reaction-diffusion problem, I am getting a bizarre runtime error in the parallel solver. I am using PETSc CG solver. The error appeared after parallelization. After 3-4 days of debugging, I found the error ap

Re: [deal.II] normal vector of boundary faces

2019-11-27 Thread navneet roshan
Hi Shahab, Please look at the following piece of code, it might be useful to you. unsigned int n_face_q_points = face_quadrature_formula.size(); FEFaceValues fe_face_values (fe, face_quadrature_formula, update_values | *update_normal_vectors*

[deal.II] Problem in step-44, 2d simulations

2019-11-19 Thread navneet roshan
Dear dealii members, While running step-44, 2d simulations I stumbled upon the mismatch in the vertices of the quadrilaterals in the deformed mesh(please find the attached image), I am curious if it's an artifact in visualization? How to overcome this problem? Thank you Regards, Navneet -- The

[deal.II] Cardiac electro-mechanics problem using deal.ii

2019-07-04 Thread navneet roshan
Dear deal.ii community, I am solving cardiac tissue problem, i.e. a time-dependent electro-mechanical problem. In this problem electrical potential generated from the pacemaker is taken care by a reaction-diffusion equation, the mechanical response is an elastic contraction. A picture is attache