esys.escript.symbolic.evaluator Package

Classes

class esys.escript.symbolic.evaluator.Evaluator(*expressions)

Bases: object

addExpression(expression)

Adds an expression to this evaluator.

Returns:the modified Evaluator object
evaluate(**args)

Evaluates all expressions in this evaluator and returns the result as a tuple.

Returns:the evaluated expressions in the order they were added to this Evaluator.
subs(**args)

Symbol substitution.

Returns:the modified Evaluator object

Functions

Others

  • __author__
  • __builtins__
  • __copyright__
  • __doc__
  • __file__
  • __license__
  • __name__
  • __package__
  • __url__