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

Go to the source code of this file.

Functions

static SrcFinfo5< double,
unsigned int, unsigned int,
vector< unsigned int >, vector
< double > > * 
remeshOut ()
 
static SrcFinfo0remeshReacsOut ()
 

Variables

static const CinfomeshEntryCinfo = MeshEntry::initCinfo()
 

Function Documentation

static SrcFinfo5< double, unsigned int, unsigned int, vector< unsigned int>, vector< double > >* remeshOut ( )
static

Definition at line 17 of file MeshEntry.cpp.

Referenced by MeshEntry::initCinfo(), and MeshEntry::triggerRemesh().

18 {
20  "remeshOut",
21  "Tells the target pool or other entity that the compartment subdivision"
22  "(meshing) has changed, and that it has to redo its volume and "
23  "memory allocation accordingly."
24  "Arguments are: oldvol, numTotalEntries, startEntry, localIndices, vols"
25  "The vols specifies volumes of each local mesh entry. It also specifies"
26  "how many meshEntries are present on the local node."
27  "The localIndices vector is used for general load balancing only."
28  "It has a list of the all meshEntries on current node."
29  "If it is empty, we assume block load balancing. In this second"
30  "case the contents of the current node go from "
31  "startEntry to startEntry + vols.size()."
32  );
33  return &remeshOut;
34 }
static SrcFinfo5< double, unsigned int, unsigned int, vector< unsigned int >, vector< double > > * remeshOut()
Definition: MeshEntry.cpp:17

+ Here is the caller graph for this function:

static SrcFinfo0* remeshReacsOut ( )
static

Definition at line 36 of file MeshEntry.cpp.

Referenced by MeshEntry::initCinfo(), and MeshEntry::triggerRemesh().

37 {
39  "remeshReacsOut",
40  "Tells connected enz or reac that the compartment subdivision"
41  "(meshing) has changed, and that it has to redo its volume-"
42  "dependent rate terms like numKf_ accordingly."
43  );
44  return &remeshReacsOut;
45 }
static SrcFinfo0 * remeshReacsOut()
Definition: MeshEntry.cpp:36

+ Here is the caller graph for this function:

Variable Documentation

const Cinfo* meshEntryCinfo = MeshEntry::initCinfo()
static

Definition at line 181 of file MeshEntry.cpp.

Referenced by MeshEntry::initCinfo().