|
Nektar++
|
Variables | |
| importer = cellml.CellMLImporter() | |
| exporter = nektar.NektarExporter() | |
| model = importer.model('courtemanche_ramirez_nattel_1998.cellml') | |
| _ = guess.remove_embedded_protocol(model) | |
| dict | variants |
| dict | initial_states = {} |
| sim = myokit.Simulation(model) | |
|
protected |
Definition at line 27 of file example_script.py.
| example_script.exporter = nektar.NektarExporter() |
Definition at line 18 of file example_script.py.
| example_script.importer = cellml.CellMLImporter() |
Definition at line 15 of file example_script.py.
| dict example_script.initial_states = {} |
Definition at line 48 of file example_script.py.
| example_script.model = importer.model('courtemanche_ramirez_nattel_1998.cellml') |
Definition at line 21 of file example_script.py.
| example_script.sim = myokit.Simulation(model) |
Definition at line 54 of file example_script.py.
| dict example_script.variants |
Definition at line 41 of file example_script.py.