Has anyone answered you yet? Look into MeshFunction ( http://libmesh.sourceforge.net/doxygen/classMeshFunction.php ). It allows you to essentially represent a solution as a continuous function... so you can sample the solution wherever you like.
So, for instance, in project solution you can sample your other solution at the x,y,z points and return the value to project. Derek On Oct 13, 2008, at 9:36 AM, David Fuentes wrote: > Hello, > > Is there any existing functionality to project a second order > polynomial > solution onto a first order solution or vice-versa? > > I would like to use > > System::project_solution > > but I don't know how I would evaluate the solution at an arbitrary > position on the mesh? > > > > Thank you, > David Fuentes > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win > great prizes > Grand prize is a trip for two to an Open Source event anywhere in > the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Libmesh-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/libmesh-users ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
