![]() |
NEURON
|
#include "membdef.h"
#include "neuron/container/data_handle.hpp"
#include "neuron/container/view_utils.hpp"
#include <algorithm>
#include <cassert>
#include <functional>
#include <memory>
Go to the source code of this file.
Classes | |
struct | neuron::container::Node::field::AboveDiagonal |
Above-diagonal element in node equation. More... | |
struct | neuron::container::Node::field::Area |
Area in um^2 but see treeset.cpp. More... | |
struct | neuron::container::Node::field::BelowDiagonal |
Below-diagonal element in node equation. More... | |
struct | neuron::container::Node::field::Voltage |
Membrane potential. More... | |
struct | neuron::container::Node::field::Diagonal |
Diagonal element in node equation. More... | |
struct | neuron::container::Node::field::FastIMemSavD |
Field for fast_imem calculation. More... | |
struct | neuron::container::Node::field::FastIMemSavRHS |
Field for fast_imem calculation. More... | |
struct | neuron::container::Node::field::RHS |
struct | neuron::container::Node::handle_interface< Identifier > |
Base class defining the public API of Node handles. More... | |
Namespaces | |
neuron | |
In mechanism libraries, cannot use auto const token = nrn_ensure_model_data_are_sorted(); because the return type is incomplete (from include/neuron/model_data.hpp). | |
neuron::container | |
neuron::container::Node | |
neuron::container::Node::field | |