Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Roy Stogner
On Mon, 4 Mar 2013, Ataollah Mesgarnejad wrote: > On the other hand if I wanted to use the API how would you suggest > updating the ID? Should I do a loop over all the elements and then > faces and add faces that are in contact zone to an ID? Right. > If so can a face have two IDs? In libMesh

Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Dmitry Karpeev
On Mon, Mar 4, 2013 at 4:14 PM, Ataollah Mesgarnejad wrote: > Thanks for all your responses, > > Roy, what you said is true about real elastic contact. My > implementation(& my geometry) for elastic-rigid contact problem is still > very elementary. If someone wanted to do a real elastic contact

Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Ataollah Mesgarnejad
Thanks for all your responses, Roy, what you said is true about real elastic contact. My implementation(& my geometry) for elastic-rigid contact problem is still very elementary. If someone wanted to do a real elastic contact with for example "conforming profiles" (e.g. a ball on a curve or so

Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Dmitry Karpeev
On Mon, Mar 4, 2013 at 3:34 PM, Roy Stogner wrote: > > On Sun, 3 Mar 2013, Ataollah Mesgarnejad wrote: > > > I need some advice on how to implement an inhomogeneous Dirichlet BC > > for elastic-rigid contact. This BC is a bit weird since it doesn't > > apply to all of the faces of a boundary_id ra

Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Roy Stogner
On Sun, 3 Mar 2013, Ataollah Mesgarnejad wrote: > I need some advice on how to implement an inhomogeneous Dirichlet BC > for elastic-rigid contact. This BC is a bit weird since it doesn't > apply to all of the faces of a boundary_id rather it applies to > faces within the contact range (changes w

Re: [Libmesh-users] inhomogenous dirichlet BCs

2013-03-04 Thread Mauro Werder
Hi Ataollah, this type of problem is indeed called a 'contact problem'. I don't know how to solve them, neither in libmesh nor otherwise. Anyways, here a short recent discussion about it on libmesh-users: http://comments.gmane.org/gmane.comp.mathematics.libmesh.user/3377 Mauro At Sun, 3 Mar 20

[Libmesh-users] inhomogenous dirichlet BCs

2013-03-03 Thread Ataollah Mesgarnejad
Dear all, I need some advice on how to implement an inhomogeneous Dirichlet BC for elastic-rigid contact. This BC is a bit weird since it doesn't apply to all of the faces of a boundary_id rather it applies to faces within the contact range (changes with time) and all the other faces should hav