No, this is just to read a sequence of numbers from file, and then I need to skip some numbers ... My solution now is to just << n numbers into a dummy variable if I need to skip n numbers.
Reading specific basis vectors would be useful also, though ... Jens On 01/08/2013 09:40 AM, Kirk, Benjamin (JSC-EG311) wrote: > It is possible to move the underlying Xdr stream, but our wrapper class > doesn't provide an encapsulation interface. Easy enough to do, but we usually > try to discourage direct access to primitive data types. > > Is this to read a specific basis vector or something from a file with many?? > > -Ben > > > > On Jan 8, 2013, at 6:30 AM, "Jens Lohne Eftang" <[email protected]> wrote: > >> All, >> >> For the libMesh xdr class, is it possible when reading a file to move >> the position indicator? (analogous to an fseek for a standard file stream) >> >> Best, >> Jens >> >> ------------------------------------------------------------------------------ >> Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS >> and more. Get SQL Server skills now (including 2012) with LearnDevNow - >> 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. >> SALE $99.99 this month only - learn more at: >> http://p.sf.net/sfu/learnmore_122512 >> _______________________________________________ >> Libmesh-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------------ Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) with LearnDevNow - 200+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only - learn more at: http://p.sf.net/sfu/learnmore_122512 _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
