MOOSE - Multiscale Object Oriented Simulation Environment
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DiffJunction.h
Go to the documentation of this file.
1 /**********************************************************************
2 ** This program is part of 'MOOSE', the
3 ** Messaging Object Oriented Simulation Environment.
4 ** Copyright (C) 2003-2014 Upinder S. Bhalla. and NCBS
5 ** It is made available under the terms of the
6 ** GNU Lesser General Public License version 2.1
7 ** See the file COPYING.LIB for the full notice.
8 **********************************************************************/
9 
34 {
35  public:
36  unsigned int otherDsolve;
37  vector< unsigned int > myPools;
38  vector< unsigned int > otherPools;
39 
40  vector< unsigned int > myXferSrc;
41  vector< unsigned int > otherXferDest;
42 
43  vector< unsigned int > myXferDest;
44  vector< unsigned int > otherXferSrc;
45 
46  vector< unsigned int > myChannels;
47  vector< unsigned int > otherChannels;
48 
49  vector< VoxelJunction > vj;
50 };
vector< unsigned int > otherPools
Definition: DiffJunction.h:38
vector< unsigned int > otherXferSrc
Definition: DiffJunction.h:44
unsigned int otherDsolve
Definition: DiffJunction.h:36
vector< unsigned int > myPools
Definition: DiffJunction.h:37
vector< unsigned int > myChannels
Definition: DiffJunction.h:46
vector< unsigned int > myXferSrc
Definition: DiffJunction.h:40
vector< unsigned int > otherXferDest
Definition: DiffJunction.h:41
vector< unsigned int > myXferDest
Definition: DiffJunction.h:43
vector< VoxelJunction > vj
Definition: DiffJunction.h:49
vector< unsigned int > otherChannels
Definition: DiffJunction.h:47