Move cell description types to public includes. (#508)
Further work to public install target. * Move SIMD classes, cell description classes, simple sampler to public include. * Rename `cell` to `mc_cell`, `segment` to `mc_segment`, and remove `_description` from cell description class names and includes. * Move `compartment_model` out of `mc_cell` interface and use only in `fvm_layout.cpp`. * (Provisionally) remove area/volume methods on `mc_cell` and `mc_segment`.
Showing
- arbor/CMakeLists.txt 1 addition, 1 deletionarbor/CMakeLists.txt
- arbor/backends/multicore/multicore_common.hpp 0 additions, 2 deletionsarbor/backends/multicore/multicore_common.hpp
- arbor/backends/multicore/partition_by_constraint.hpp 3 additions, 2 deletionsarbor/backends/multicore/partition_by_constraint.hpp
- arbor/backends/multicore/shared_state.cpp 2 additions, 2 deletionsarbor/backends/multicore/shared_state.cpp
- arbor/backends/multicore/shared_state.hpp 1 addition, 3 deletionsarbor/backends/multicore/shared_state.hpp
- arbor/benchmark_cell_group.cpp 5 additions, 2 deletionsarbor/benchmark_cell_group.cpp
- arbor/benchmark_cell_group.hpp 5 additions, 4 deletionsarbor/benchmark_cell_group.hpp
- arbor/cell_group.hpp 1 addition, 2 deletionsarbor/cell_group.hpp
- arbor/cell_group_factory.cpp 0 additions, 1 deletionarbor/cell_group_factory.cpp
- arbor/cell_group_factory.hpp 6 additions, 5 deletionsarbor/cell_group_factory.hpp
- arbor/communication/communicator.hpp 2 additions, 2 deletionsarbor/communication/communicator.hpp
- arbor/event_generator.hpp 1 addition, 1 deletionarbor/event_generator.hpp
- arbor/fvm_compartment.hpp 1 addition, 70 deletionsarbor/fvm_compartment.hpp
- arbor/fvm_layout.cpp 31 additions, 12 deletionsarbor/fvm_layout.cpp
- arbor/fvm_layout.hpp 4 additions, 4 deletionsarbor/fvm_layout.hpp
- arbor/fvm_lowered_cell_impl.hpp 4 additions, 3 deletionsarbor/fvm_lowered_cell_impl.hpp
- arbor/lif_cell_group.cpp 5 additions, 3 deletionsarbor/lif_cell_group.cpp
- arbor/lif_cell_group.hpp 9 additions, 8 deletionsarbor/lif_cell_group.hpp
- arbor/mc_cell.cpp 29 additions, 75 deletionsarbor/mc_cell.cpp
- arbor/mc_cell_group.cpp 5 additions, 5 deletionsarbor/mc_cell_group.cpp
Please register or sign in to comment