Hi, Good morning!
Does anyone have experience on restart run of equations system with dirichlet_bc? (For libmesh 0.9.3) I tried the way as below, and it failed: //--------------------------------------------- system.get_dof_map().add_ dirichlet_boundary(dirichlet_bc); equation_systems.init(); equation_systems.read(restart_file) equation_systems.update(); //------------------------------------ Thanks Walter ------------------------------------------------------------------------------ Dive into the World of Parallel Programming. The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
