ASL
0.1.7
Advanced Simulation Library
|
Numerical method which makes changes in the input map and produces map suitbale and optimal for use in BC. More...
#include <aslDFOptimizer.h>
Public Types | |
typedef SPDataWithGhostNodesACLData | Data |
typedef SPAbstractDataWithGhostNodes | Field |
Public Member Functions | |
DFOptimizer () | |
DFOptimizer (Data inD, const VectorTemplate *vT) | |
void | setVectorTemplate (VectorTemplate *vT) |
const VectorTemplate * | getVectorTemplate () const |
Data & | getInData () |
![]() | |
virtual void | execute () |
Executes the numerical procedure. More... | |
virtual void | init () |
Builds the necesery internal data and kernels. More... | |
virtual | ~SingleKernelNM () |
![]() | |
virtual | ~NumMethod () |
Additional Inherited Members | |
![]() | |
virtual void | preProcessing () |
the function executed before kernel->compute() More... | |
virtual void | postProcessing () |
the function executed after kernel->compute() More... | |
SingleKernelNM (const acl::KernelConfiguration &kernelCongig) | |
![]() | |
acl::SPKernel | kernel |
Numerical method which makes changes in the input map and produces map suitbale and optimal for use in BC.
Definition at line 50 of file aslDFOptimizer.h.
Definition at line 53 of file aslDFOptimizer.h.
Definition at line 54 of file aslDFOptimizer.h.
asl::DFOptimizer::DFOptimizer | ( | ) |
asl::DFOptimizer::DFOptimizer | ( | Data | inD, |
const VectorTemplate * | vT | ||
) |
|
inline |
Definition at line 75 of file aslDFOptimizer.h.
|
inline |
Definition at line 80 of file aslDFOptimizer.h.
void asl::DFOptimizer::setVectorTemplate | ( | VectorTemplate * | vT | ) |