Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
readme.txt | 2016-03-20 | 1.2 kB | |
BioFVM_V.1.1.1.zip | 2016-03-20 | 726.9 kB | |
Totals: 2 Items | 728.2 kB | 0 |
BioFVM: Finite Volume Solver for Biological Problems. Version: 1.1.1 Release date: 20 March 2016 Homepage: http://BioFVM.MathCancer.org Downloads: http://BioFVM.sf.net Summary: This update maintains compatibility with the draft standard for MultiCellDS digital snapshots. It changes the <scale> data element to <domain>. See http://MultiCellDS.org for further information on this multicellular data standard. This release also upgrades pugixml from Version 1.5 to 1.7. Benchmarks (based on MultiCellDS_test.cpp in the examples directory) decrease MultiCellDS file save time by around 15%. The benchmark code was slightly modified to include "stopwatch" functions. Made numerous small bugfixes to BioFVM_MultiCellDS.* New features: + Upgraded to pugixml 1.7. Bugfixes: + Maintained compatibility with the MultiCellDS draft standard. + Fixed incorrect BioFVM version number in the MultiCellDS functions. + Added missing snapshot/clinical to MultiCellDS types. + replaced biofvm_dom with xml_dom in MultiCellDS_Metadata::add_to_open_xml_pugi(); ... // Find the root. pugi::xml_node root = xml_dom.child( "MultiCellDS");