Add single cell example. (#703)
Adds a small self contained example demonstrating the use of SWC and morphology specifications, to fill a void that will be left when the miniapp is removed. * Adds `single-cell` example, together with short README and example SWC file. * Removes redundant constructors for context objects. * Corrects and simplifies some of the context comments. * Add a method to `mc_segment` for calculating (approximately) a lower bound on the length constant of that segment for a given frequency, for use with a NEURON 'd-lambda' style discretization rule.
Showing
- arbor/execution_context.cpp 0 additions, 8 deletionsarbor/execution_context.cpp
- arbor/execution_context.hpp 1 addition, 2 deletionsarbor/execution_context.hpp
- arbor/include/arbor/context.hpp 17 additions, 22 deletionsarbor/include/arbor/context.hpp
- arbor/include/arbor/mc_segment.hpp 25 additions, 0 deletionsarbor/include/arbor/mc_segment.hpp
- example/CMakeLists.txt 1 addition, 0 deletionsexample/CMakeLists.txt
- example/single/CMakeLists.txt 3 additions, 0 deletionsexample/single/CMakeLists.txt
- example/single/README.md 36 additions, 0 deletionsexample/single/README.md
- example/single/example.swc 1062 additions, 0 deletionsexample/single/example.swc
- example/single/single.cpp 166 additions, 0 deletionsexample/single/single.cpp
Please register or sign in to comment