Hi If I have my custom derived System class, how can I save it to file with EquationSystems::write() and read it with EquationSystems::read(). It seems that they are not recognized and cast directly to their parents types. I tried overriding System::system_type(), but now when reading, they get stuck in https://libmesh.github.io/doxygen/classlibMesh_1_1EquationSystems.html#a09450d5e4547d8b2e5690043da03dbd3, since that function cannot call custom derived Systems.
Thanks Miguel -- ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
