ASL  0.1.7
Advanced Simulation Library
Public Member Functions | Protected Member Functions | Protected Attributes | Friends | List of all members
asl::SingleKernelNM Class Referenceabstract

#include <aslSingleKernelNM.h>

Inheritance diagram for asl::SingleKernelNM:
Inheritance graph
[legend]
Collaboration diagram for asl::SingleKernelNM:
Collaboration graph
[legend]

Public Member Functions

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 ()
 

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)
 

Protected Attributes

acl::SPKernel kernel
 

Friends

class NumMethodsMerger
 

Detailed Description

Virtual class describes general interface for Numerical methods whith single Kernel;

Definition at line 46 of file aslSingleKernelNM.h.

Constructor & Destructor Documentation

◆ SingleKernelNM()

asl::SingleKernelNM::SingleKernelNM ( const acl::KernelConfiguration kernelCongig)
protected

◆ ~SingleKernelNM()

virtual asl::SingleKernelNM::~SingleKernelNM ( )
virtual

Member Function Documentation

◆ execute()

virtual void asl::SingleKernelNM::execute ( )
virtual

Executes the numerical procedure.

Implements asl::NumMethod.

◆ init()

virtual void asl::SingleKernelNM::init ( )
virtual

Builds the necesery internal data and kernels.

Implements asl::NumMethod.

◆ init0()

virtual void asl::SingleKernelNM::init0 ( )
protectedpure virtual

full initialisation but without kernel->setup()

Implemented in asl::LBGKTurbulence, and asl::LBGK.

◆ postProcessing()

virtual void asl::SingleKernelNM::postProcessing ( )
protectedvirtual

the function executed after kernel->compute()

◆ preProcessing()

virtual void asl::SingleKernelNM::preProcessing ( )
protectedvirtual

the function executed before kernel->compute()

Reimplemented in asl::LBGK.

Friends And Related Function Documentation

◆ NumMethodsMerger

friend class NumMethodsMerger
friend

Definition at line 64 of file aslSingleKernelNM.h.

Member Data Documentation

◆ kernel

acl::SPKernel asl::SingleKernelNM::kernel
protected

Definition at line 49 of file aslSingleKernelNM.h.


The documentation for this class was generated from the following file: