-
* Replace derivation of cylindrical cable equation formula with S–L approach. * Relate analysis of cylindrical form to Rallpack 1 in a separate section. * Add analysis of tapered cable case. * Unify discussion of cable with constant electrical properties but varying geometry. * Add section describing how one can well-estimate the inter-cell flux given point samples or CV means for the membrane voltage.
07a9fa2f
.gitignore 674 B
# executables
*.exe
*.out
# compiler output
*.o
*.a
*.so
# intermediate python files
*.pyc
# graphviz files generated by executables
*.dot
# vim temporaries
*.swp
*.swo
*.swn
*.swq
*.swm
*.swl
# tar files
*.tar
# generated when making on os x
*.dSYM
# output of visualizing cell structures
*.dot
*.pdf
*.jpg
*.dat
# latex output
*.aux
*.log
*.out
*.pdf
*.toc
*.blg
*.fdb_latexmk
*.fls
*.bbl
# cmake
CMakeFiles
CMakeCache.txt
cmake_install.cmake
# mechanisms generated from .mod files
mechanisms/multicore/*.hpp
mechanisms/gpu/*.hpp
mechanisms/gpu/*.cu
# build path
build*
commit.msg
# eclipse remote sync folders
.ptp-sync-folder
# Mac default files
.DS_Store