Re: [Libmesh-users] point_value() call

2016-06-30 Thread 张江
Thanks. it is ok now. > On Jun 30, 2016, at 1:25 PM, John Peterson wrote: > > > > On Thu, Jun 30, 2016 at 12:15 PM, John Peterson > wrote: > > > On Thu, Jun 30, 2016 at 10:36 AM, 张江 > wrote: > Hi, > > I am trying to use libMes

Re: [Libmesh-users] point_value() call

2016-06-30 Thread John Peterson
On Thu, Jun 30, 2016 at 12:15 PM, John Peterson wrote: > > > On Thu, Jun 30, 2016 at 10:36 AM, 张江 wrote: > >> Hi, >> >> I am trying to use libMesh::System::point_value(unsigned int var, const >> Point &p, const Elem &e) const to get the value of a point. >> Before this function, I used a point l

Re: [Libmesh-users] point_value() call

2016-06-30 Thread John Peterson
On Thu, Jun 30, 2016 at 10:36 AM, 张江 wrote: > Hi, > > I am trying to use libMesh::System::point_value(unsigned int var, const > Point &p, const Elem &e) const to get the value of a point. > Before this function, I used a point locator to locate the element that > the point is in. > However, when

[Libmesh-users] point_value() call

2016-06-30 Thread 张江
Hi, I am trying to use libMesh::System::point_value(unsigned int var, const Point &p, const Elem &e) const to get the value of a point. Before this function, I used a point locator to locate the element that the point is in. However, when running the program, I found in this point_value functio