|
def | CellMLToNektar.pycml.import_processors () |
|
def | CellMLToNektar.pycml.make_xml_binder () |
| Helpful utility functions #. More...
|
|
def | CellMLToNektar.pycml.amara_parse_cellml (source, uri=None, prefixes=None) |
|
def | CellMLToNektar.pycml.check_append_safety (elt) |
|
def | CellMLToNektar.pycml.add_methods_to_amara () |
|
def | CellMLToNektar.pycml._rel_error_ok (self, value1, value2, tol) |
| def eq(self, other): """Compare 2 units elements for equality. More...
|
|
def | CellMLToNektar.pycml.equals (self, other) |
|
def | CellMLToNektar.pycml.model (self) |
|
def | CellMLToNektar.pycml.extract (self, check_equality=False) |
|
def | CellMLToNektar.pycml.copy (self) |
|
def | CellMLToNektar.pycml.description (self, force=False, cellml=False) |
|
def | CellMLToNektar.pycml.get_units_by_name (self, uname) |
|
def | CellMLToNektar.pycml.expand (self) |
|
def | CellMLToNektar.pycml.is_base_unit (self) |
|
def | CellMLToNektar.pycml.is_simple (self) |
|
def | CellMLToNektar.pycml.get_multiplicative_factor (self) |
|
def | CellMLToNektar.pycml.get_multiplier (self) |
|
def | CellMLToNektar.pycml.get_offset (self) |
|
def | CellMLToNektar.pycml.create_new (parent, name, bases, add_to_parent=False, standard=False) |
|
def | CellMLToNektar.pycml._based_on (self, units=None, prefix=None, exponent=None, multiplier=None, offset=None) |
|
def | CellMLToNektar.pycml.simplify (self, other_units=None, other_exponent=1) |
|
def | CellMLToNektar.pycml._best_parent (self, other_units) |
|
def | CellMLToNektar.pycml.quotient (self, other_units) |
|
def | CellMLToNektar.pycml.dimensionally_equivalent (self, other_units) |
|
def | CellMLToNektar.pycml.child_i (elt, i) |
|
def | CellMLToNektar.pycml._child1 (elt) |
|
def | CellMLToNektar.pycml.varobj (self, ci_elt) |
|
def | CellMLToNektar.pycml.vars_in (self, expr) |
|
def | CellMLToNektar.pycml.same_tree (self, other, this=None) |
|
def | CellMLToNektar.pycml._xfer_complexity (self, new_elt) |
|
def | CellMLToNektar.pycml._adjust_complexity (self, old_elt, new_elt) |
|
def | CellMLToNektar.pycml.classify_child_variables (self, elt, **kwargs) |
|