|
MOOSE - Multiscale Object Oriented Simulation Environment
|
#include "../basecode/header.h"#include "../basecode/global.h"#include "../shell/Shell.h"#include "../basecode/SparseMatrix.h"#include "SparseMsg.h"
Include dependency graph for SparseMsg.cpp:Go to the source code of this file.
Functions | |
| void | fillErefsFromMatrix (const SparseMatrix< unsigned int > &matrix, vector< vector< Eref > > &v, Element *e1, Element *e2) |
| unsigned int | rowIndex (const Element *e, const DataId &d) |
Variables | |
| static const Cinfo * | sparseMsgCinfo = SparseMsg::initCinfo() |
| void fillErefsFromMatrix | ( | const SparseMatrix< unsigned int > & | matrix, |
| vector< vector< Eref > > & | v, | ||
| Element * | e1, | ||
| Element * | e2 | ||
| ) |
Definition at line 603 of file SparseMsg.cpp.
References SparseMatrix< T >::getRow(), SparseMatrix< T >::nColumns(), SparseMatrix< T >::nRows(), and Element::numData().
Referenced by SparseMsg::sources(), and SparseMsg::targets().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 425 of file SparseMsg.cpp.
Referenced by SparseMsg::findOtherEnd(), and SparseMatrix< unsigned int >::transpose().
Here is the caller graph for this function:
|
static |
Definition at line 182 of file SparseMsg.cpp.
Referenced by SparseMsg::initCinfo().