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