-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
chaste-codegen-sbml [--model-type=MODELTYPE] [--timescale=TIMESCALE] [--output-dir=PATH] SBML_FILE
--model-type=MODELTYPE
Possible options: generic | srn | cell-cycle
--timescale=TIMESCALE
Possible options: ms | s | m | h
To Do
- Allow user to specify model type:
- SRN model
- Cell Cycle model
- Generic model with an ODE system
- Allow manually specifying model timescale (flag if we can't find automatically to let user set -- warn if setting differs from model)
-
Allow solver selection e.g. RungeKutta4IvpOdeSolver or CVODE. See comment.: Use sensible default instead. Solver can be set before model run. -
Allow setting solver: Use sensible default instead. Value can be changed before model run.SetDt(0.1)
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation