Re: [Libmesh-users] 3-D to 2-D projection

2012-09-20 Thread Ataollah Mesgarnejad
Thanks David, I've been looking in libMesh source files ./src/error_estimation/exact_solution.C ./src/error_estimation/exact_error_estimator.C to get an idea how MeshFunction works but I still feel a bit lost here. I would really appreciate it if someone can give me a sketch of what I would have t

Re: [Libmesh-users] 3-D to 2-D projection

2012-09-19 Thread David Knezevic
I'd use a MeshFunction to access the 3D solution to give you data to compute an L2 projection on the 2D mesh. On 09/19/2012 01:38 PM, Ataollah Mesgarnejad wrote: > Dear all, > > I'm looking for a way to get a projection of a 3-D system's solution on a > plane, to a 2-D system? > > Here is wha

[Libmesh-users] 3-D to 2-D projection

2012-09-19 Thread Ataollah Mesgarnejad
Dear all, I'm looking for a way to get a projection of a 3-D system's solution on a plane, to a 2-D system? Here is what's going on: I'm trying to solve elasticity in 3-D and then use that solution as a loading to solve another problem (fracture) on the reduced dimensional model of a thin-fil