On Tue, 17 Nov 2015, Miguel Angel Salazar de Troya wrote: > equation_systems.read("./eq_output", READ, EquationSystems::READ_DATA | > EquationSystems::READ_ADDITIONAL_DATA, true) > > gives me this message error > > ********************************************************************* > > READING THE FILE "./EQ_output" FAILED. > > It is possible this file contains infinite element information,
Yeah, that's a red herring. What version of libMesh are you using? Up until recently we had a design flaw that required you to match the READ_ADDITIONAL_DATA specification or lack thereof when reading and writing files. Try with just READ_DATA? I'm assuming that eq_output is an xda file, not an xdr file? (you ought to use extensions; that will let our NamedIO class work as well) If it's xdr you need DECODE instead of READ. --- Roy ------------------------------------------------------------------------------ _______________________________________________ Libmesh-users mailing list Libmesh-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libmesh-users