Re: [Libmesh-users] regarding post-process...
I think the class MeshFunction is supposed to have this kind of functionality, but it seems it quite outdated. You should write some code that suit your need. The zz error patch recovery is easy to implement using the DenseMatrix class. See the article: Superconvergence and the superconvergent pat
Re: [Libmesh-users] regarding post-process...
in case the attached file is not present, i copied-pasted the c++ code below: ** SOURCE CODE STARTS HERE *** //= #include #include
