[Libmesh-users] Update Global Solution and Serial

2013-06-14 Thread ernestol
Dear all, I have a discrete part in my model and every timestep I need to update the solution at some specific mesh nodes. First I get the solution: std::vector soln_old; std::vector names; es.build_variable_names(names); es.build_solution_vector(soln_old); Than I update the values at some node

Re: [Libmesh-users] Runtime Libmesh issue

2013-06-14 Thread Andrew Davis
Hi, Yes! Sorry that was a silly mistake of mine in the cmake file; I was pointing to the wrong MPI. It looks like everything is working now. Thanks for all your help! Andrew On Thu, Jun 13, 2013 at 2:20 PM, Paul T. Bauman wrote: > ORTE is OpenMPI stuff I think. Make sure you're running the s