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_dphidzeta () const > > they are present in the online Classes documentation! i wanted to use > them. i compiled my code but the compiler refused; i looked for their > declaration in the LibMesh library source code but the member functions > daclaration and definition is NOwhere! why this is happening?
These functions were added to the SVN head version of libMesh, but aren't present in any of the 0.6.x released versions yet. Our mistake is that we seem to only have the SVN head documentation online. Until that gets fixed, you can generate the classes documentation for the libMesh version you're using by running "make doc" in the libmesh root directory. --- Roy ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
