|
From: | Dr. Hojae Yi |
Subject: | Re: [Getfem-users] nodal contact problem |
Date: | Wed, 28 Dec 2016 21:25:27 -0500 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Dear Yves and Kostas: Thank you so much for spending your time on my code. I removed the 'lambda_n' definition and ran the code. It runs through without error on that line but now I get an error of 'dimensions mismatch' at 'md.solve('max_res', 1E-5, 'max_iter', 100, 'very_noisy' , 'lsearch', 'simplest', 'alpha min', 0.8)'. By the way, the code runs fine when I use
'add_integral_contact_between_nonmatching_meshes_brick(mim1, 'u1',
'u2', 'lambda_n', 'r', 'f_coeff', CONTACT_BOUND_WHEEL,
CONTACT_BOUND_FND)' instead of using
'add_nodal_contact_between_nonmatching_meshes_brick'. In this
case, I define 'lambda_n' with 'md.add_multiplier('lambda_n',
mfu1, 'u1', mim1, CONTACT_BOUND_WHEEL)'. It runs without an error
but it does not converge. I will dig in further to find out where I made a mistake. Best regards, Hojae On 12/28/2016 04:43 PM, Konstantinos
Poulios wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |