1#ifndef __wmpearsonIVreconditioner__h__
2#define __wmpearsonIVreconditioner__h__
The WmPatchProcess class is a base class for processes that are broken up onto separate sections of t...
Definition: wmpatchprocess.h:26
Definition: wmpearsonIVreconditioner.h:13
WmKernelVariable * _fluid
Definition: wmpearsonIVreconditioner.h:38
WmKernelVariable * _globalVariableSet
Definition: wmpearsonIVreconditioner.h:42
int _numElements
Definition: wmpearsonIVreconditioner.h:45
cl_kernel _kernel
Definition: wmpearsonIVreconditioner.h:47
std::string generateSource()
WmKernelVariable * _densityMin
Definition: wmpearsonIVreconditioner.h:39
WmPearsonIVReconditioner()
Definition: wmpearsonIVreconditioner.h:15
WmKernelVariable * _pressureMin
Definition: wmpearsonIVreconditioner.h:40
void setup(const WxCryptSet &wxc)
~WmPearsonIVReconditioner()
WxCryptSet extends WxCrypt by providing, in addition to name-value pairs, an set of named WxCryptSets...
Definition: wxcryptset.h:35