Package PyFoam :: Package Applications :: Module CommonPrePostHooks :: Class CommonPrePostHooks
[hide private]
[frames] | no frames]

Class CommonPrePostHooks

source code


The class that runs the hooks

Instance Methods [hide private]
 
addOptions(self) source code
 
checkAndCreateHookInstances(self, toDict, prefix) source code
 
dumpHooks(self, lst) source code
 
executeHook(self, name, hDict) source code
 
getHooksWithPrefix(self, prefix) source code
 
hookmessage(self, *args) source code
 
prepareHooks(self)
Prepare the hooks and output additional info if wanted
source code
 
runPostHooks(self)
Run the hooks after the execution of the solver
source code
 
runPreHooks(self)
Run the hooks before the execution of the solver
source code
 
stopExecutionOnHookError(self, spec=False) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__