On Sat, 11 Jun 2011, Kirk, Benjamin (JSC-EG311) wrote:
> *system.solution = 1.; > > Should do the trick This will set all your degree of freedom coefficients to 1. If you're using a Lagrange basis that will set your solution value to 1 everywhere; for other bases the results will be much less sensible. System::project_solution() (or project_vector() for non-solution vectors) is the most general way to get a pointwise evaluation function interpolated onto an arbitrary basis. --- Roy ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
