Re: [Libmesh-users] missing member functions of FEBase

2009-01-19 Thread Roy Stogner
On Mon, 19 Jan 2009, Derek Gaston wrote: > Or... you could use libMesh SVN. In general this isn't a bad idea. Most > development activities in libMesh tend not to impact "normal" users on a day > to day basis. This is typically true - even when utterly upending the mesh class hierarchy to ad

Re: [Libmesh-users] missing member functions of FEBase

2009-01-19 Thread Derek Gaston
Or... you could use libMesh SVN. In general this isn't a bad idea. Most development activities in libMesh tend not to impact "normal" users on a day to day basis. Note all of the qualifiers in those sentences... just to cover my butt. Derek On Jan 19, 2009, at 3:24 AM, Vasilis Vavourakis w

Re: [Libmesh-users] missing member functions of FEBase

2009-01-19 Thread Vasilis Vavourakis
thnx for the info, i did in the past "make doc" and as u said they are not present in class FEBase. since that it seems that i need to use these functions i will add them in my libmesh fe_base.h header file so as to have access to the corresponding vectors of shape functions derivatives! Vasilis

Re: [Libmesh-users] missing member functions of FEBase

2009-01-16 Thread Roy Stogner
On Fri, 16 Jan 2009, [email protected] wrote: > i came across the functions of FEBase below: > > const std::vector< std::vector < Real > > & get_dphidxi () const > const std::vector< std::vector < Real > > & get_dphideta () const > const std::vector< std::vector < Real > > & get_dphidz

[Libmesh-users] missing member functions of FEBase

2009-01-16 Thread vasvav
i came across the functions of FEBase below: const std::vector< std::vector < Real > > & get_dphidxi () const const std::vector< std::vector < Real > > & get_dphideta () const const std::vector< std::vector < Real > > & get_dphidzeta () const they are present in the online Classes doc