Re: [Libmesh-users] Problem with contains_point in face element in 3D

2011-03-25 Thread Derek Gaston
2:05 AM >> To: [email protected] >> Cc: [email protected] >> Subject: Re: [Libmesh-users] Problem with contains_point in face element in >> 3D >> >> On Fri, 25 Mar 2011, [email protected] wrote: >>> I have a 2D me

Re: [Libmesh-users] Problem with contains_point in face element in 3D

2011-03-25 Thread Johannes Huber
applications, at least... > > -Ben > > > > > From: Roy Stogner [[email protected]] > Sent: Friday, March 25, 2011 12:05 AM > To: [email protected] > Cc: [email protected] > Subject: Re: [Libmesh-users] Problem with contain

Re: [Libmesh-users] Problem with contains_point in face element in 3D

2011-03-25 Thread Kirk, Benjamin (JSC-EG311)
[Libmesh-users] Problem with contains_point in face element in 3D On Fri, 25 Mar 2011, [email protected] wrote: > I have a 2D mesh in 3 spacial dimensions and I'd like to get the > element, which contains a point. The point_locator uses > Elem::contains_point which uses FEIn

Re: [Libmesh-users] Problem with contains_point in face element in 3D

2011-03-25 Thread Johannes . Huber
Hi Roy, thanks for your quick answer. Quoting Roy Stogner : On Fri, 25 Mar 2011, [email protected] wrote: I have a 2D mesh in 3 spacial dimensions and I'd like to get the element, which contains a point. The point_locator uses Elem::contains_point which uses FEInterface::inverse_map a

Re: [Libmesh-users] Problem with contains_point in face element in 3D

2011-03-24 Thread Roy Stogner
On Fri, 25 Mar 2011, [email protected] wrote: > I have a 2D mesh in 3 spacial dimensions and I'd like to get the > element, which contains a point. The point_locator uses > Elem::contains_point which uses FEInterface::inverse_map and then > checks, if the reference point is in the referenc

[Libmesh-users] Problem with contains_point in face element in 3D

2011-03-24 Thread Johannes . Huber
Hi, I have a 2D mesh in 3 spacial dimensions and I'd like to get the element, which contains a point. The point_locator uses Elem::contains_point which uses FEInterface::inverse_map and then checks, if the reference point is in the reference element. For 3D points the inverse map is not def