|
| | TypeInfo ("AdamsBashforth2") |
| |
| | AdamsBashforth2 (const word &baseName, repository &owner, const pointStructure &pStruct, const word &method) |
| |
| virtual | ~AdamsBashforth2 ()=default |
| |
| | add_vCtor (integration, AdamsBashforth2, 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 32 of file AdamsBashforth2.hpp.
◆ rpIntegration
◆ AdamsBashforth2()
◆ ~AdamsBashforth2()
◆ TypeInfo()
| TypeInfo |
( |
"AdamsBashforth2" |
| ) |
|
◆ add_vCtor()
◆ predict()
◆ correct()
◆ setInitialVals()
◆ needSetInitialVals()
| bool needSetInitialVals |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ clone()
◆ intAll()
◆ intRange()
◆ dy1_
The documentation for this class was generated from the following files: