make_darcy_linear_data: Construct synthetic linear data based on a synthetic...

Description Usage Arguments Details Value

Description

This obviously is only needed in synthetic studies. In real applications, linear data would combe from field measurements rather than such a construction function.

Usage

1
make_darcy_linear_data(grid, field, n_linear)

Arguments

grid

The model grid definition.

field

The synthetic conductivity field vector, in model scale. Almost always, this is the output of function make_darcy_field.

n_linear

The number of linear data points to create.

Details

Linear data is defined as linear functions of the field on the numerical grid, such as direct measurements. Such data may or may not be available in actual applications. In this Darcy example application, we simply directly pick conductivity values at random locations in the field as linear data. The randomness depends on the current random seed.

Value

Constructed data, if n_linear > 0; or NULL if n_linear is 0.


anchored-inversion/examples.R documentation built on May 12, 2019, 2:39 a.m.