Hi For refinement of constant monomial elements, the GenericProjector directly copies the value from the parent (https://github.com/libMesh/libmesh/blob/master/src/systems/system_projection.C#L1236) However for coarsening there is no such an optimization and the algorithm builds the shape functions, calculate inverse maps, etc. instead of just calculating the average among the children elements. Is there any specific reason for this? Maybe I am not considering some cases.
Thanks Miguel ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
