MOOSE - Multiscale Object Oriented Simulation Environment
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
GapJunction.cpp File Reference
#include "header.h"
#include "GapJunction.h"
+ Include dependency graph for GapJunction.cpp:

Go to the source code of this file.

Functions

static SrcFinfo2< double,
double > * 
channel1Out ()
 
static SrcFinfo2< double,
double > * 
channel2Out ()
 

Variables

static const CinfogapJunctionCinfo = GapJunction::initCinfo()
 

Function Documentation

static SrcFinfo2< double, double >* channel1Out ( )
static

Definition at line 51 of file GapJunction.cpp.

Referenced by GapJunction::initCinfo(), and GapJunction::process().

52 {
54  "channel1Out",
55  "Sends Gk and Vm from one compartment to the other");
56  return &channel1Out;
57 }
static SrcFinfo2< double, double > * channel1Out()
Definition: GapJunction.cpp:51

+ Here is the caller graph for this function:

static SrcFinfo2< double, double >* channel2Out ( )
static

Definition at line 59 of file GapJunction.cpp.

Referenced by GapJunction::initCinfo(), and GapJunction::process().

60 {
62  "channel2Out",
63  "Sends Gk and Vm from one compartment to the other");
64  return &channel2Out;
65 }
static SrcFinfo2< double, double > * channel2Out()
Definition: GapJunction.cpp:59

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* gapJunctionCinfo = GapJunction::initCinfo()
static

Definition at line 168 of file GapJunction.cpp.

Referenced by GapJunction::initCinfo().