|
ASL
0.1.7
Advanced Simulation Library
|
Numerical method that generates temporal extrapolation of the data, Abstract class. More...
#include <aslTimeContinuations.h>


Public Types | |
| typedef SPDataWithGhostNodesACLData | Data |
Public Member Functions | |
| void | addData (Data inD) |
| void | addData (acl::VectorOfElementsData &inD) |
| virtual void | execute ()=0 |
| Executes the numerical procedure. More... | |
| virtual void | init ()=0 |
| Builds the necesery internal data and kernels. More... | |
| void | reset () |
| makes reset of the contiuation (storage) cicle More... | |
Public Member Functions inherited from asl::NumMethod | |
| virtual | ~NumMethod () |
Protected Member Functions | |
| TimeContinuations (Data inD, double factor) | |
| TimeContinuations (acl::VectorOfElementsData &inD, double factor) | |
Protected Attributes | |
| acl::VectorOfElementsData | inData |
| double | factor |
| unsigned int | nStorages |
Numerical method that generates temporal extrapolation of the data, Abstract class.
Definition at line 49 of file aslTimeContinuations.h.
Definition at line 52 of file aslTimeContinuations.h.
|
protected |
|
protected |
| void asl::TimeContinuations::addData | ( | Data | inD | ) |
| void asl::TimeContinuations::addData | ( | acl::VectorOfElementsData & | inD | ) |
|
pure virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
|
pure virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
| void asl::TimeContinuations::reset | ( | ) |
makes reset of the contiuation (storage) cicle
|
protected |
Definition at line 55 of file aslTimeContinuations.h.
|
protected |
Definition at line 54 of file aslTimeContinuations.h.
|
protected |
Definition at line 56 of file aslTimeContinuations.h.
1.8.5