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 |
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... | |
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... | |
![]() | |
virtual | ~NumMethod () |
virtual | ~NumMethod () |
Protected Member Functions | |
TimeContinuations (Data inD, double factor) | |
TimeContinuations (acl::VectorOfElementsData &inD, double factor) | |
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.
Definition at line 52 of file aslTimeContinuations.h.
|
protected |
|
protected |
|
protected |
|
protected |
void asl::TimeContinuations::addData | ( | acl::VectorOfElementsData & | inD | ) |
void asl::TimeContinuations::addData | ( | acl::VectorOfElementsData & | inD | ) |
void asl::TimeContinuations::addData | ( | Data | inD | ) |
void asl::TimeContinuations::addData | ( | Data | inD | ) |
|
pure virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, asl::TimeContinPLagrange, asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
|
pure virtual |
Executes the numerical procedure.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, asl::TimeContinPLagrange, asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
|
pure virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, asl::TimeContinPLagrange, asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
|
pure virtual |
Builds the necesery internal data and kernels.
Implements asl::NumMethod.
Implemented in asl::TimeContinPLagrangeFraction, asl::TimeContinPLagrange, asl::TimeContinPLagrangeFraction, and asl::TimeContinPLagrange.
void asl::TimeContinuations::reset | ( | ) |
makes reset of the contiuation (storage) cicle
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.