VoxelJunction Class Reference

#include <VoxelJunction.h>

List of all members.

Public Member Functions

 VoxelJunction (unsigned int f, unsigned int s, double d=1.0)
 VoxelJunction ()
bool operator< (const VoxelJunction &other) const

Public Attributes

unsigned int first
unsigned int second
 MeshIndex for first compartment.
double firstVol
 MeshIndex for second compartment.
double secondVol
double diffScale

Detailed Description

This class specifies a single junction between abutting voxels. All it has are the respective meshIndices (not spatialIndices) of the abutting voxels, and a scale factor for diffusion between them.


Constructor & Destructor Documentation

VoxelJunction::VoxelJunction ( unsigned int  f,
unsigned int  s,
double  d = 1.0 
) [inline]
VoxelJunction::VoxelJunction (  )  [inline]

Member Function Documentation

bool VoxelJunction::operator< ( const VoxelJunction other  )  const [inline]

References first, and second.


Member Data Documentation

unsigned int VoxelJunction::first

Referenced by operator<().

MeshIndex for second compartment.

unsigned int VoxelJunction::second

MeshIndex for first compartment.

Referenced by operator<().


The documentation for this class was generated from the following file:

Generated on 1 Jul 2015 for MOOSE by  doxygen 1.6.1