SICModel

class aquila_borg.forward.velocity.SICModel

This class implements Simplex-In-Cell (SIC) model for the velocity field computation.

Methods

__init__(self, box_model, base_forward_model)

Construct a new SIC forward model element.

computeAdjointModel(self, ag)

Push the adjoint gradient of the velocity field in the model.

getOutputBox(self)

Return the aquila_borg.forward.BoxModel corresponding to the output of this velocity field model.

getVelocityField(self)

Compute and returns the velocity field associated to the base forward model.