Auth: Jan S. Hesthaven, Shun Zhang, and Xueyu Zhu
Book Summary: This research paper presents an advanced, computationally efficient numerical framework called the Reduced Basis Multiscale Finite Element Method (RB-MsFEM). It is specifically designed to solve elliptic partial differential equations that feature highly oscillating coefficients—problems commonly found when modeling composite materials, porous media, or subsurface fluid flows.
The paper addresses the immense computational cost associated with standard Multiscale Finite Element Methods (MsFEM), where local oscillating test functions must be solved across every single element of a coarse mesh to capture fine-scale details. By integrating the Reduced Basis Method (RBM), the authors parameterize and significantly compress these local problems, drastically reducing the degrees of freedom (DOFs) required. The text outlines specific implementation strategies for both uniform rectangular and triangular elements (using over-sampling techniques), proving the efficiency of the method through numerical results on both regular and unstructured grids.


