1#ifndef __wmadvectionflux__h__
2#define __wmadvectionflux__h__
21 unsigned int callType)
const;
Definition: wmadvectionflux.h:11
WmKernelVariable * _density
Definition: wmadvectionflux.h:29
WmKernelVariable * lapDz
Definition: wmadvectionflux.h:34
WmKernelVariable * _diffusivity
Definition: wmadvectionflux.h:31
void setup(const WxCryptSet &wxc)
WmKernelVariable * lapDx
Definition: wmadvectionflux.h:32
WmKernelVariable * lapDy
Definition: wmadvectionflux.h:33
std::string generateSourceCall(const WmUnstructuredEquationSet &eqSet, unsigned int callType) const
std::string generateSource(const WmUnstructuredEquationSet &eqSet) const
WmKernelVariable * _velocity
Definition: wmadvectionflux.h:30
Definition: wmunstructuredapp.h:31
Definition: wmunstructuredequationset.h:19
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35