From: Lee, J. H. <jae...@li...> - 2019-09-19 18:09:23
|
Is there a way to evaluate solution field at arbitrary locations for subdivision FE? It seems like MeshFunction won’t work for subdivision FE because inverse_map is not implemented. Also, it seems like the subdivision FE only supports the one-point Gaussian quadrature rule. Is this correct? On a similar note, is there already a function in libMesh that will allow me to project solution field from one representation (subdivision) to another (lagrange)? Thank you for your help! Best, Mike |