#include <../../nrnconf.h>
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <math.h>
#include "section.h"
#include "membfunc.h"
#include "neuron.h"
#include "nrniv_mf.h"
#include "parse.hpp"
Go to the source code of this file.
|
void | hoc_register_ldifus1 (ldifusfunc_t f) |
|
void | nrn_tree_solve (double *a, double *d, double *b, double *rhs, int *pindex, int n) |
|
void | long_difus_solve (neuron::model_sorted_token const &sorted_token, int method, NrnThread &nt) |
|
static void | longdifusfree (LongDifus **ppld) |
|
static void | longdifus_diamchange (LongDifus *pld, int m, int sindex, Memb_list *ml, NrnThread *_nt) |
|
static void | longdifusalloc (LongDifus **ppld, int m, int sindex, Memb_list *ml, NrnThread *_nt) |
|
static void | overall_setup (int m, ldifusfunc3_t diffunc, void **v, int ai, int sindex, int dindex, neuron::model_sorted_token const &, NrnThread &ntr) |
|
static LongDifus * | v2ld (void **v, int tid) |
|
static Memb_list * | v2ml (void **v, int tid) |
|
static void | stagger (int m, ldifusfunc3_t diffunc, void **v, int ai, int sindex, int dindex, neuron::model_sorted_token const &sorted_token, NrnThread &ntr) |
|
static void | ode (int m, ldifusfunc3_t diffunc, void **v, int ai, int sindex, int dindex, neuron::model_sorted_token const &sorted_token, NrnThread &ntr) |
|
static void | matsol (int m, ldifusfunc3_t diffunc, void **v, int ai, int sindex, int dindex, neuron::model_sorted_token const &sorted_token, NrnThread &ntr) |
|
◆ nt_dt
◆ nt_t
◆ hoc_register_ldifus1()
◆ long_difus_solve()
◆ longdifus_diamchange()
◆ longdifusalloc()
◆ longdifusfree()
static void longdifusfree |
( |
LongDifus ** |
ppld | ) |
|
|
static |
◆ matsol()
◆ nrn_tree_solve()
void nrn_tree_solve |
( |
double * |
a, |
|
|
double * |
d, |
|
|
double * |
b, |
|
|
double * |
rhs, |
|
|
int * |
pindex, |
|
|
int |
n |
|
) |
| |
◆ ode()
◆ overall_setup()
◆ stagger()
◆ v2ld()
static LongDifus* v2ld |
( |
void ** |
v, |
|
|
int |
tid |
|
) |
| |
|
static |
◆ v2ml()
static Memb_list* v2ml |
( |
void ** |
v, |
|
|
int |
tid |
|
) |
| |
|
static |
◆ ldifusfunc
◆ ldifusfunccnt
◆ matsol
◆ ode
◆ overall_setup
◆ stagger