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
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
[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
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
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
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