Go to the documentation of this file.
16 return soa_padded_size<NRN_SOA_PAD>(
cnt, layout);
22 "NRN_SOA_BYTE_ALIGN should be a multiple of sizeof(double)");
24 size_t remainder{size % dbl_align};
26 size += dbl_align - remainder;
35 return icnt * sz + isz;
39 return icnt + isz * padded_cnt;
auto & get_mech_data_layout()
size_t nrn_soa_byte_align(size_t size)
return the new offset considering the byte aligment settings
int nrn_soa_padded_size(int cnt, int layout)
calculate size after padding for specific memory layout
THIS FILE IS AUTO GENERATED DONT MODIFY IT.
int nrn_param_layout(int i, int mtype, Memb_list *ml)
int nrn_i_layout(int icnt, int cnt, int isz, int sz, int layout)
This function return the index in a flat array of a matrix coordinate (icnt, isz).
#define NRN_SOA_BYTE_ALIGN
auto & get_prop_param_size()
#define nrn_assert(x)
assert()-like macro, independent of NDEBUG status