68 const std::vector<int>& mech_types,
69 const std::vector<int>& nodecounts) {
72 tml->index = mech_types[mech_id];
75 tml->ml->_net_receive_buffer =
nullptr;
76 tml->ml->_net_send_buffer =
nullptr;
77 tml->ml->_permute =
nullptr;
78 if (memb_func.
alloc ==
nullptr) {
81 tml->ml->nodecount = nodecounts[mech_id];
83 printf(
"%s (type %d) is not available\n",
nrn_get_mechname(tml->index), tml->index);
90 if (tml->ml->nodecount > shadow_rhs_cnt) {
91 shadow_rhs_cnt = tml->ml->nodecount;
96 priv_ctor(&nt, tml->ml, tml->index);
140 std::vector<int> ix(memb_func.size(), -1);
144 for (
auto tml = nt.tml; tml; tml = tml->next) {
145 int index = tml->index;
146 if (memb_func[index].thread_table_check_ && ix[index] == -1) {
158 for (
auto tml = nt.tml; tml; tml = tml->next) {
159 int index = tml->index;
160 if (memb_func[index].thread_table_check_ && ix[index] ==
id) {