ASL
0.1.7
Advanced Simulation Library
|
#include <aslSingleKernelNM.h>
Public Types | |
typedef SPAbstractDataWithGhostNodes | Field |
Public Member Functions | |
void | setMap (Field map) |
~SingleKernelMapNM () | |
![]() | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
virtual | ~SingleKernelNM () |
![]() | |
virtual | ~NumMethod () |
Protected Member Functions | |
SingleKernelMapNM (const acl::KernelConfiguration &kernelCongig) | |
SingleKernelMapNM (Field map, const acl::KernelConfiguration &kernelCongig) | |
void | initMapInfrastructure (acl::ExpressionContainer &k) |
![]() | |
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 | |
![]() | |
acl::SPKernel | kernel |
Definition at line 67 of file aslSingleKernelNM.h.
Definition at line 70 of file aslSingleKernelNM.h.
|
protected |
|
protected |
asl::SingleKernelMapNM::~SingleKernelMapNM | ( | ) |
|
protected |
void asl::SingleKernelMapNM::setMap | ( | Field | map | ) |