Re: [Libmesh-users] question about refinement

2016-11-11 Thread Roy Stogner
On Thu, 10 Nov 2016, Michael Povolotskyi wrote: > Dear Libmesh developers and users, > I need to solve the following problem > 1) Create a mesh > 2) refine part of it for computing one 3D integral and deactivate > elements beyond that part > 3) compute integral on the active elements > 4) revert

[Libmesh-users] question about refinement

2016-11-10 Thread Michael Povolotskyi
Dear Libmesh developers and users, I need to solve the following problem 1) Create a mesh 2) refine part of it for computing one 3D integral and deactivate elements beyond that part 3) compute integral on the active elements 4) revert the mesh to the non-refined state 5) refine a different part of