NEURON
data_layout.hpp
Go to the documentation of this file.
1
/*
2
# =============================================================================
3
# Copyright (c) 2016 - 2021 Blue Brain Project/EPFL
4
#
5
# See top-level LICENSE file for details.
6
# =============================================================================
7
*/
8
9
#pragma once
10
11
#define SOA_LAYOUT 0
12
#define AOS_LAYOUT 1
13
namespace
coreneuron
{
14
struct
Memb_list
;
15
int
get_data_index
(
int
node_index
,
int
variable_index,
int
mtype,
Memb_list
* ml);
16
}
// namespace coreneuron
node_index
int node_index(Section *sec, double x)
returns nearest index to x
Definition:
cabcode.cpp:1406
coreneuron
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
Definition:
corenrn_parameters.cpp:12
coreneuron::get_data_index
int get_data_index(int node_index, int variable_index, int mtype, Memb_list *ml)
Definition:
data_layout.cpp:19
Memb_list
A view into a set of mechanism instances.
Definition:
nrnoc_ml.h:34
src
coreneuron
permute
data_layout.hpp