Nodes of different colours represent the following:
Solid arrows point from a procedure to one which it calls. Dashed
arrows point from an interface to procedures which implement that interface.
This could include the module procedures in a generic interface or the
implementation in a submodule of an interface in a parent module.
public module function estimate_lengthscale_field(this, get_field, n_mat) result(scales)
Array of the minimum over the lattices that
surround each matter object
Description
Estimate typical length scales, one per each matter object, by
computing , where is a field given
as input, and represent a derivative of it.
Presently, the derivatives are computed separately along each spatial
dimension, as 1D derivatives.