-
I merged my fork with the latest trunk and would like to point out some potential minor issues.
(1) opencmiss.f90 constants for direct solvers are declared but not made public. e.g: CMISS_SOLVER_DIR…
-
From https://github.com/cellml/libcellml/blob/master/docs/usecases.rst:
"Create: Create an [empty] model from scratch and serialise it to XML (the test is that the serialised model matches manually v…
-
Once libCellML is stable, I would like to use it to replace my old CellML API code in Antimony to allow CellML translation to and from Antimony and SBML.
As such, it would be great if it could impo…
-
Right now, if we want to define the unit `Joules per Coulomb`, we would do the following using the `CellML Text` view:
```
def unit J_per_C as
unit joule;
unit coulomb {expo: -1};
endde…
-
https://github.com/cellml/cellml-specification/blob/cf2bf5c7897b6e147128522c19c1a6d0f33fcba6/src/reference/sectionC_interpretation.inc#L339
In general, we've taken the approach that:
1. The vali…
-
These (and rem) are included in CellML 2
-
I find the translate block and its icon misleading! Can we change it to "upgrade" or "update" or something a bit more specific to CellML and not related to human languages?
-
If I have the following model:
```xml
…
-
It would be good to have a way to check which branches have successful build/test statuses. Travis shows green ticks/red crosses on the branches view (that would be https://github.com/cellml/libcellm…
-
Implementing the renumbering of the specifications document (as in https://github.com/cellml/cellml-specification/issues/24 ) means that we need to update the heading numbers given to errors/issues to…