Nektar++
|
Static Public Member Functions | |
def | create_new (elt, bound_var_names, body_expr) |
Static Public Member Functions inherited from CellMLToNektar.pycml.mathml | |
def | clone (expr) |
Additional Inherited Members | |
Public Member Functions inherited from CellMLToNektar.pycml.mathml_constructor | |
def | __init__ (self) |
Public Member Functions inherited from CellMLToNektar.pycml.mathml | |
def | __init__ (self) |
def | __repr__ (self) |
def | __deepcopy__ (self, memo) |
def | clone_self (self, register=False) |
def | get_original_of_clone (self) |
def | get_component (self) |
def | model (self) |
def | eval (self, elt) |
Public Member Functions inherited from CellMLToNektar.pycml.element_base | |
def | __init__ (self) |
def | __delattr__ (self, key) |
def | __setattr__ (self, key, value) |
def | rootNode (self) |
def | cmeta_id (self) |
def | xml_remove_child_at (self, index=-1) |
def | xml_doc (self) |
def | xml_properties (self) |
Public Attributes inherited from CellMLToNektar.pycml.element_base | |
xml_attributes | |
Properties inherited from CellMLToNektar.pycml.mathml | |
component = property(get_component) | |
Class representing the MathML lambda construct. Note that we don't support lambda occuring in CellML models. However, it is used for defining special units conversion rules using the protocol syntax.
|
static |
Create a new lambda from the sequence of bvar names and expression.
Definition at line 5391 of file pycml.py.
References CellMLToNektar.pycml.check_append_safety().