Hi, I promise I will quit questioning about this once I have something working.. :-)
I am looking at some crazy solutions for reading my data from "real" numbers into "complex" numbers via XDR. My guess is that there is someplace in the XDR IO where it figures out what size of block to read from the input file, before assigning it to the in-memory vector. If so, this should happen based on the sie of "Number" defined for the library. So, if I can templatize that one routine that is figuring out the block size, such that I pass it "Real" instead of "Number", then it should be able to read the input file without issues. Then, I can always assign the output vector from this routine to a complex number, which should happen error-free. I will need help in identifying if there truely some function where this happens, and where. Any inputs would be greatly appreciated. Thanks, Manav ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
