gotran.input package¶
Submodules¶
gotran.input.cellml module¶
-
gotran.input.cellml.cellml2ode(model_source, **options)[source]¶ Convert a CellML model into an ode
Parameters:
-
class
gotran.input.cellml.CellMLParser(model_source, params=None, targets=None)[source]¶ Bases:
objectThis module parses a CellML XML-file and converts it to PyCC code
-
check_and_register_component_variables(comp, collected_states, collected_parameters, collected_equations)[source]¶ Check if component variables are allready collected
-
get_parents(grouping, element=None)[source]¶ If group was used in the cellml use it to gather parent information about the components
-
parse_components(targets)[source]¶ Build a dictionary containing dictionarys describing each component of the cellml model
-
gotran.input.mathml module¶
-
class
gotran.input.mathml.MathMLBaseParser(use_sympy_integers=False)[source]¶ Bases:
object
Module contents¶
-
gotran.input.cellml2ode(model_source, **options)[source]¶ Convert a CellML model into an ode
Parameters:
-
class
gotran.input.CellMLParser(model_source, params=None, targets=None)[source]¶ Bases:
objectThis module parses a CellML XML-file and converts it to PyCC code
-
check_and_register_component_variables(comp, collected_states, collected_parameters, collected_equations)[source]¶ Check if component variables are allready collected
-
get_parents(grouping, element=None)[source]¶ If group was used in the cellml use it to gather parent information about the components
-
parse_components(targets)[source]¶ Build a dictionary containing dictionarys describing each component of the cellml model
-