|
| TypeInfo ("AdamsBashforth4") |
|
| AdamsBashforth4 (const word &baseName, repository &owner, const pointStructure &pStruct, const word &method) |
|
virtual | ~AdamsBashforth4 ()=default |
|
| add_vCtor (integration, AdamsBashforth4, word) |
|
bool | predict (real UNUSED(dt), realx3Vector_D &UNUSED(y), realx3Vector_D &UNUSED(dy)) override |
|
bool | correct (real dt, realx3Vector_D &y, realx3Vector_D &dy) override |
|
bool | setInitialVals (const int32IndexContainer &newIndices, const realx3Vector &y) override |
|
bool | needSetInitialVals () const override |
|
uniquePtr< integration > | clone () const override |
|
bool | intAll (real dt, realx3Vector_D &y, realx3Vector_D &dy, range activeRng) |
|
template<typename activeFunctor > |
bool | intRange (real dt, realx3Vector_D &y, realx3Vector_D &dy, activeFunctor activeP) |
|
| TypeInfo ("integration") |
|
| integration (const word &baseName, repository &owner, const pointStructure &pStruct, const word &method) |
|
virtual | ~integration ()=default |
|
| create_vCtor (integration, word,(const word &baseName, repository &owner, const pointStructure &pStruct, const word &method),(baseName, owner, pStruct, method)) |
|
const auto & | pStruct () const |
|
virtual bool | predict (real dt, realx3Vector_D &y, realx3Vector_D &dy)=0 |
|
const word & | baseName () const |
|
repository & | owner () |
|
Definition at line 72 of file AdamsBashforth4.hpp.
◆ HistoryFieldType
◆ rpIntegration
◆ AdamsBashforth4()
◆ ~AdamsBashforth4()
◆ TypeInfo()
TypeInfo |
( |
"AdamsBashforth4" |
| ) |
|
◆ add_vCtor()
◆ predict()
◆ correct()
◆ setInitialVals()
◆ needSetInitialVals()
bool needSetInitialVals |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ clone()
◆ intAll()
◆ intRange()
◆ history_
The documentation for this class was generated from the following files: