Skip to contents

For usage with strat_cont_to_multiadm : defines quadratic tracer flux in the time domain defined by the function f(x) = ax^2 + bx + c

Usage

flux_quad(a = 1, b = 1, c = 1)

Arguments

a

numeric

b

numeric

c

numeric

Value

a function factory that takes no arguments. Upon each evaluation, it returns the quadratic function f(x) = ax^2 + bx + c