Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
hr_ftcs_50x50.c | 2014-11-07 | 111.8 kB | |
fhn_ftcs_100x100.c | 2014-11-07 | 35.0 kB | |
lr1_ftcs_100x100.c | 2014-11-07 | 70.0 kB | |
Totals: 3 Items | 216.8 kB | 0 |
CellMLCompiler Generated Codes v0.6 Current Contributors: Florencio Rusty Punzalan, Yohei Suzuki, Shigeru Komiyama, and Akira Amano Previous Contributors: Naoki Soejima, Yoshiharu Yamashita, Masanari Kawabata Contact: floren@fc.ritsumei.ac.jp Requires: Code Compilers for C/C++, CUDA, and Java Date: 2014/11/07 This folder contains the generated codes by the CellMLCompiler for 1D/2D cell model simulation. The generated codes are stand-alone and can be tested using the necessary C/C++, CUDA, or Java compiler. Most of the files implement a 1D cell array simulation unless it specify the simulation as 2D. The implemented simulations include the Luo-Rudy (1991 and 1994) and Kyoto (Matsuoka_Sarai..._2003) cell models. == Direction == 1. Compile the C/C++ and Java codes using the necessary compilers. The recommended compiler for the C/C++ and Java codes is Eclipse CDT v7.0 and Eclipse Helios (with Java compiler), respectively. 2. To compile the CUDA codes, one needs a CUDA C/C++ compiler and a CUDA compatible GPU (www.nividia.com). The makefile for the CUDA codes are included in the CUDA_2DExcitationPropagation_version folder. 3. Specify the variable name and cell location at the end of the code to print its time-evolution calculation values. Note: Change the __DATA_NUM variable to indicate the size of the cell array in the simulation. == Folder List == C_version (PDE) Generated C code for simulating a two-dimensional array C_version Generated C code for simulating a linear array of cell CUDA_2DExcitationPropagation_version Generated CUDA codes for 2D cell model simulation C_2DExcitationPropagation_version Generated C codes for 2D cell model simulation Java_Double_version Generated Java codes using double precision Java_BigDecimal_version Generated Java codes using BigDecimal precision == Changelog == = 0.6 = * Added generated code for FHN and Luo-Rudy 1991 simulation in a square 100x100 mesh, Hund-Rudy simulation in a 50x50 square mesh. The FDM numerical scheme used for the examples is the FTCS (Forward-Time Centered Space) method. = 0.5 = * Listed the files on the README.