|
ASL
0.1.6
Advanced Simulation Library
|
#include <aslSingleKernelNM.h>
Public Types | |
| typedef SPAbstractDataWithGhostNodes | Field |
| typedef SPAbstractDataWithGhostNodes | Field |
Public Member Functions | |
| void | setMap (Field map) |
| ~SingleKernelMapNM () | |
| void | setMap (Field map) |
| ~SingleKernelMapNM () | |
Public Member Functions inherited from asl::SingleKernelNM | |
| 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 () |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
| virtual | ~NumMethod () |
Protected Member Functions | |
| SingleKernelMapNM (const acl::KernelConfiguration &kernelCongig) | |
| SingleKernelMapNM (Field map, const acl::KernelConfiguration &kernelCongig) | |
| void | initMapInfrastructure (acl::ExpressionContainer &k) |
| SingleKernelMapNM (const acl::KernelConfiguration &kernelCongig) | |
| SingleKernelMapNM (Field map, const acl::KernelConfiguration &kernelCongig) | |
| void | initMapInfrastructure (acl::ExpressionContainer &k) |
Protected Member Functions inherited from asl::SingleKernelNM | |
| 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) | |
Additional Inherited Members | |
Protected Attributes inherited from asl::SingleKernelNM | |
| acl::SPKernel | kernel |
Definition at line 67 of file aslSingleKernelNM.h.
Definition at line 70 of file aslSingleKernelNM.h.
Definition at line 70 of file aslSingleKernelNM.h.
|
protected |
|
protected |
| asl::SingleKernelMapNM::~SingleKernelMapNM | ( | ) |
|
protected |
|
protected |
| asl::SingleKernelMapNM::~SingleKernelMapNM | ( | ) |
|
protected |
|
protected |
| void asl::SingleKernelMapNM::setMap | ( | Field | map | ) |
| void asl::SingleKernelMapNM::setMap | ( | Field | map | ) |
1.8.9.1