|
From: | Hojae Yi |
Subject: | Re: [Getfem-users] nodal contact problem |
Date: | Sat, 24 Dec 2016 09:34:44 -0500 |
User-agent: | Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 |
Hello Kostas: Thank you for the reply. I tried 'CONTACT_BOUND_WHEEL' AND 'CONTACT_BOUND_FND' before. When I did, I got the error of "Argument 10 must be a string" error with the region id's. It was same when I added friction coefficient data name as ''md.add_nodal_contact_between_nonmatching_meshes_brick(mim1, mim2, 'u1', 'u2', 'lambda_n', 'lambda_t', 'r', 'f_coeff', CONTACT_BOUND_WHEEL, CONTACT_BOUND_FND, True, False, 1)". I tried mesh1.pid_in_regions(CONTACT_BOUND_WHEEL) since I found that those arguments are defined as 'const std::vector<size_type> &rg1' in the C++ code. I feel like I am missing some obvious mistake I made somewhere in my code. Kind regards, Hojae
On 12/24/2016 3:47 AM, Konstantinos
Poulios wrote:
|
[Prev in Thread] | Current Thread | [Next in Thread] |