libCellML
26-typos
Common user profiles
libCellML
Docs
»
Common user profiles
Edit on GitHub
Common user profiles
¶
Annotation tool developer
Parse an existing CellML model
Use an annotator to investigate the model
Retrieve items by id (known type)
Retrieve items by id (unknown type)
Handle duplicated ID attributes
Automatically assign unique IDs in bulk
Import debugger
Parse an existing CellML model
Create an Importer and resolve the model’s imports
Validate and analyse the model
Validate the import dependencies
Fix the errors in the imported model
Analyse the import dependencies
Output the repaired models to CellML files
Model debugger
Parse an existing CellML model
Resolve the imports and flatten the model
Validate the model
Analyse the model
Print the repaired model to a CellML file
Software developer for a package
Simulation tool developer
Parse an existing model from a file
Resolve imports and flatten model
Validate model
Analyse model
Generate code
Use the generated code to simulate the model
Simulation tool developer: Solver
Create a placeholder for the solver
Connect with the generated code
Retrieve the generated model information
Allocate space for the solution
Retrieve the model’s mathematical formulation
Prepare a file for the solution output
Perform the integration steps