WVNonlinearFluxOperation
create a new nonlinear flux operation
Declaration
nlFluxOp = WVNonlinearFluxOperation(name,outputVariables,options)
Parameters
name
name of the nonlinear flux operationoutputVariables
ordered list WVVariableAnnotation instances describing each variable returned by the compute methodf
(optional) directly pass a function handle, rather than override the compute method
Returns
nlFluxOp
a new instance of WVNonlinearFluxOperation
Discussion
This class is intended to be subclassed, so it generally assumed that this initialization will not be called directly.