8.3. SUBLINEAR SCALING ALGORITHMS 373
8.3 Sublinear scaling algorithms
The approaches discussed above are all linear or super-linear scaling algorithms. Take
the example of the homogenization problem with periodic coefficients (8.0.1): a
ε
(x) =
a(x, x/ε). In their current formulation, the overhead for forming the finite element spaces
in GFEM, RFB finite element, VM S and MsFEM all scales as 1/ε
d
or more, where d is
the spatial dimension of the problem. The cost for forming the fine scale discretization
operator in the numerical homogenization procedure that we just discussed also scales as
1/ε
d
. In some applications, algorithms with such a cost are not feasible and one has to
look for more efficient techniques, i.e. sublinear scaling algorithms.
As we explained in the first chapter, we can not expect to have sublinear scaling
algorithms for completely general situations. We have to rely on special features of the
problem, such as separation of scales, or similarity relations between different scales. In
other words, the problem has to have a special structure in th e space of scales. This
special structure allows us to make predictions on larger scales based on information
gathered from small scale simulations, therefore achieving sublinear scaling. For the
problems treated here, the heterogeneous multiscale method (HMM) discussed in Chapter
6 provides a possible framework for developing such algorithms. We will discuss two
situations for which sublinear scaling algorithms can be developed. The first is the case
with scale separation. The second, discussed in the notes, is the case when the small
scale features exhibit statistical self-similarity.
There is another reason for designing algorithms such as HMM which focus on small
windows: For practical problems, we often do not have the full information about the
coefficients everywhere in the physical domain of interest. In the context of sub-surface
porous medium modeling, for example, we often have rather precise information locally
near the wells, and some coarse and indirect information away from the wells. The per-
meability and porosity field s used in porous medium simulations are obtained through
geostatistical modeling. This is also a source of significant error. Therefore it might be
of interest to consider the reversed approach: Instead of first performing geostatistical
modeling on the coefficients and solving the resulting PDE, one may develop algorithms
for predicting the solution by using only the data that are obtained directly from mea-
surements. HMM can be viewed as an example of such a procedure.