#include "coreneuron/config/version_macros.hpp"
#include "coreneuron/utils/offload.hpp"
#include <cstdio>
#include <cmath>
#include <cassert>
#include <cerrno>
#include <cstdint>
Go to the source code of this file.
|
| coreneuron |
| THIS FILE IS AUTO GENERATED DONT MODIFY IT.
|
|
◆ NRNBBCORE
◆ tstopbit
#define tstopbit (1 << 15) |
◆ tstopset
◆ tstopunset
#define tstopunset stoprun &= (~tstopbit) |
◆ VEC_A
#define VEC_A |
( |
|
i | ) |
(_nt->_actual_a[(i)]) |
◆ VEC_AREA
#define VEC_AREA |
( |
|
i | ) |
(_nt->_actual_area[(i)]) |
◆ VEC_B
#define VEC_B |
( |
|
i | ) |
(_nt->_actual_b[(i)]) |
◆ VEC_D
#define VEC_D |
( |
|
i | ) |
(_nt->_actual_d[(i)]) |
◆ VEC_RHS
#define VEC_RHS |
( |
|
i | ) |
(_nt->_actual_rhs[(i)]) |
◆ VEC_V
#define VEC_V |
( |
|
i | ) |
(_nt->_actual_v[(i)]) |
◆ VECTORIZE