NAMD
|
Public Member Functions | |
MsmBlockKernel (const msm::BlockIndex &) | |
MsmBlockKernel (CkMigrateMessage *m) | |
void | init () |
void | setupStencils (const msm::Grid< Mtype > *res, const msm::Grid< Mtype > *pro) |
void | restrictionKernel () |
void | prolongationKernel () |
Public Attributes | |
CProxy_ComputeMsmMgr | mgrProxy |
ComputeMsmMgr * | mgrLocal |
msm::Map * | map |
msm::BlockDiagram * | bd |
msm::Grid< Vtype > | qh |
msm::Grid< Vtype > | eh |
const msm::Grid< Mtype > * | resStencil |
const msm::Grid< Mtype > * | proStencil |
msm::Grid< Vtype > | qhRestricted |
msm::Grid< Vtype > | ehProlongated |
int | cntRecvsCharge |
int | cntRecvsPotential |
msm::BlockIndex | blockIndex |
msm::Grid< Vtype > | subgrid |
int | sequence |
Definition at line 2733 of file ComputeMsm.C.
MsmBlockKernel< Vtype, Mtype >::MsmBlockKernel | ( | const msm::BlockIndex & | bindex | ) |
Definition at line 2793 of file ComputeMsm.C.
|
inline |
Definition at line 2758 of file ComputeMsm.C.
void MsmBlockKernel< Vtype, Mtype >::init | ( | ) |
Definition at line 2819 of file ComputeMsm.C.
void MsmBlockKernel< Vtype, Mtype >::prolongationKernel | ( | ) |
Definition at line 2991 of file ComputeMsm.C.
void MsmBlockKernel< Vtype, Mtype >::restrictionKernel | ( | ) |
Definition at line 2833 of file ComputeMsm.C.
|
inline |
Definition at line 2774 of file ComputeMsm.C.
msm::BlockDiagram* MsmBlockKernel< Vtype, Mtype >::bd |
Definition at line 2738 of file ComputeMsm.C.
msm::BlockIndex MsmBlockKernel< Vtype, Mtype >::blockIndex |
Definition at line 2751 of file ComputeMsm.C.
int MsmBlockKernel< Vtype, Mtype >::cntRecvsCharge |
Definition at line 2749 of file ComputeMsm.C.
int MsmBlockKernel< Vtype, Mtype >::cntRecvsPotential |
Definition at line 2750 of file ComputeMsm.C.
msm::Grid<Vtype> MsmBlockKernel< Vtype, Mtype >::eh |
Definition at line 2740 of file ComputeMsm.C.
msm::Grid<Vtype> MsmBlockKernel< Vtype, Mtype >::ehProlongated |
Definition at line 2748 of file ComputeMsm.C.
msm::Map* MsmBlockKernel< Vtype, Mtype >::map |
Definition at line 2737 of file ComputeMsm.C.
ComputeMsmMgr* MsmBlockKernel< Vtype, Mtype >::mgrLocal |
Definition at line 2736 of file ComputeMsm.C.
CProxy_ComputeMsmMgr MsmBlockKernel< Vtype, Mtype >::mgrProxy |
Definition at line 2735 of file ComputeMsm.C.
const msm::Grid<Mtype>* MsmBlockKernel< Vtype, Mtype >::proStencil |
Definition at line 2746 of file ComputeMsm.C.
Referenced by MsmBlockKernel< Float, Float >::setupStencils().
msm::Grid<Vtype> MsmBlockKernel< Vtype, Mtype >::qh |
Definition at line 2739 of file ComputeMsm.C.
msm::Grid<Vtype> MsmBlockKernel< Vtype, Mtype >::qhRestricted |
Definition at line 2747 of file ComputeMsm.C.
const msm::Grid<Mtype>* MsmBlockKernel< Vtype, Mtype >::resStencil |
Definition at line 2745 of file ComputeMsm.C.
Referenced by MsmBlockKernel< Float, Float >::setupStencils().
int MsmBlockKernel< Vtype, Mtype >::sequence |
Definition at line 2755 of file ComputeMsm.C.
msm::Grid<Vtype> MsmBlockKernel< Vtype, Mtype >::subgrid |
Definition at line 2753 of file ComputeMsm.C.