DivisionOfScalars

class DivisionOfScalars : public CustomResultFunction

Product of two results operator : performs an item by item product of result values (same type, same mapping)

Scalars : the result is a scalar result. The value on an item is the product of the two input scalar values Vectors : the result is a scalar result. The value on an item is the dot product of the two input vector values Tensors are invalid arguments CustomResultFunction for the product of two results

Public Functions

inline DivisionOfScalars()
inline virtual bool computeItem(const std::vector<const double*> &inputValues, double *outputValues)

Computes output values.