ASL
0.1.6
Advanced Simulation Library
|
#include <aslSingleKernelNM.h>
Public Member Functions | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
virtual | ~SingleKernelNM () |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
virtual | ~SingleKernelNM () |
![]() | |
virtual | ~NumMethod () |
virtual | ~NumMethod () |
Protected Member Functions | |
virtual void | preProcessing () |
the function executed before kernel->compute() More... | |
virtual void | postProcessing () |
the function executed after kernel->compute() More... | |
virtual void | init0 ()=0 |
full initialisation but without kernel->setup() More... | |
SingleKernelNM (const acl::KernelConfiguration &kernelCongig) | |
virtual void | preProcessing () |
the function executed before kernel->compute() More... | |
virtual void | postProcessing () |
the function executed after kernel->compute() More... | |
virtual void | init0 ()=0 |
full initialisation but without kernel->setup() More... | |
SingleKernelNM (const acl::KernelConfiguration &kernelCongig) | |
Protected Attributes | |
acl::SPKernel | kernel |
Friends | |
class | NumMethodsMerger |
Virtual class describes general interface for Numerical methods whith single Kernel;
Definition at line 46 of file aslSingleKernelNM.h.
|
protected |
|
virtual |
|
protected |
|
virtual |
|
virtual |
|
virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
|
virtual |
|
virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
|
protectedpure virtual |
full initialisation but without kernel->setup()
Implemented in asl::LBGKTurbulence, asl::LBGKTurbulence, asl::LBGK, and asl::LBGK.
|
protectedpure virtual |
full initialisation but without kernel->setup()
Implemented in asl::LBGKTurbulence, asl::LBGKTurbulence, asl::LBGK, and asl::LBGK.
|
protectedvirtual |
the function executed after kernel->compute()
|
protectedvirtual |
the function executed after kernel->compute()
|
protectedvirtual |
|
protectedvirtual |
|
friend |
Definition at line 64 of file aslSingleKernelNM.h.
|
protected |
Definition at line 49 of file aslSingleKernelNM.h.