Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Static Public Attributes | List of all members
CellMLToNektar.pycml.mathml_apply.OPS Class Reference

Static Public Attributes

tuple absRound = frozenset(('abs', 'floor', 'ceiling', 'rem'))
 
tuple timesDivide = frozenset(('times', 'divide'))
 
tuple plusMinus = frozenset(('plus', 'minus'))
 
tuple trig
 
tuple elementary = frozenset(('exp', 'log', 'ln'))
 
tuple relations = frozenset(('eq', 'neq', 'gt', 'lt', 'geq', 'leq'))
 
tuple logical = frozenset(('and', 'or', 'xor', 'not'))
 

Detailed Description

Classifications of operators.

Definition at line 4378 of file pycml.py.

Member Data Documentation

tuple CellMLToNektar.pycml.mathml_apply.OPS.absRound = frozenset(('abs', 'floor', 'ceiling', 'rem'))
static

Definition at line 4380 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.elementary = frozenset(('exp', 'log', 'ln'))
static

Definition at line 4389 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.logical = frozenset(('and', 'or', 'xor', 'not'))
static

Definition at line 4391 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.plusMinus = frozenset(('plus', 'minus'))
static

Definition at line 4382 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.relations = frozenset(('eq', 'neq', 'gt', 'lt', 'geq', 'leq'))
static

Definition at line 4390 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.timesDivide = frozenset(('times', 'divide'))
static

Definition at line 4381 of file pycml.py.

tuple CellMLToNektar.pycml.mathml_apply.OPS.trig
static
Initial value:
1 = frozenset(('sin', 'cos', 'tan', 'sec', 'csc', 'cot',
2  'sinh', 'cosh', 'tanh', 'sech', 'csch', 'coth',
3  'arcsin', 'arccos', 'arctan',
4  'arcsec', 'arccsc', 'arccot',
5  'arcsinh', 'arccosh', 'arctanh',
6  'arcsech', 'arccsch', 'arccoth'))

Definition at line 4383 of file pycml.py.