|
CoreNEURON
|
#include <cstdlib>#include <cstring>#include "coreneuron/sim/multicore.hpp"#include "coreneuron/mpi/nrnmpi.h"#include "coreneuron/coreneuron.hpp"#include "coreneuron/utils/nrnoc_aux.hpp"#include "coreneuron/apps/corenrn_parameters.hpp"Go to the source code of this file.
Namespaces | |
| coreneuron | |
| THIS FILE IS AUTO GENERATED DONT MODIFY IT. | |
Macros | |
| #define | MAXERRCOUNT 5 |
Functions | |
| char * | coreneuron::pnt_name (Point_process *pnt) |
| void | coreneuron::nrn_exit (int err) |
| void | coreneuron::hoc_execerror (const char *s1, const char *s2) |
| void | coreneuron::hoc_warning (const char *s1, const char *s2) |
| double * | coreneuron::makevector (size_t size) |
| void | coreneuron::freevector (double *p) |
| double ** | coreneuron::makematrix (size_t nrows, size_t ncols) |
| void | coreneuron::freematrix (double **matrix) |
| static void * | coreneuron::emalloc (size_t size) |
| void * | coreneuron::hoc_Emalloc (size_t) |
| void | coreneuron::hoc_malchk (void) |
| void * | coreneuron::ecalloc (size_t n, size_t size) |
| void * | coreneuron::erealloc (void *ptr, size_t size) |
| void * | coreneuron::nrn_cacheline_alloc (void **memptr, size_t size) |
| double | coreneuron::hoc_Exp (double x) |
| void | coreneuron::check_bbcore_write_version (const char *) |
Variables | |
| int | coreneuron::v_structure_change |
| int | coreneuron::diam_changed |
| int | coreneuron::hoc_errno_count |
| #define MAXERRCOUNT 5 |
Definition at line 22 of file nrnoc_aux.cpp.