

Public Member Functions | |
| TypeInfo ("AdamsMoulton3") | |
| AdamsMoulton3 (const word &baseName, repository &owner, const pointStructure &pStruct, const word &method) | |
| virtual | ~AdamsMoulton3 ()=default |
| add_vCtor (integration, AdamsMoulton3, word) | |
| bool | predict (real dt, realx3Vector_D &y, realx3Vector_D &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 | predictAll (real dt, realx3Vector_D &y, realx3Vector_D &dy, range activeRng) |
| template<typename activeFunctor > | |
| bool | predictRange (real dt, realx3Vector_D &y, realx3Vector_D &dy, activeFunctor activeP) |
| 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) |
Public Member Functions inherited from integration | |
| 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 |
| const word & | baseName () const |
| repository & | owner () |
Protected Types | |
| using | rpIntegration = Kokkos::RangePolicy< DefaultExecutionSpace, Kokkos::Schedule< Kokkos::Static >, Kokkos::IndexType< int32 > > |
Protected Attributes | |
| realx3PointField_D & | y0_ |
| realx3PointField_D & | dy0_ |
| realx3PointField_D & | dy1_ |
Protected Attributes inherited from integration | |
| repository & | owner_ |
| const word | baseName_ |
| const pointStructure & | pStruct_ |
Additional Inherited Members | |
Static Public Member Functions inherited from integration | |
| static uniquePtr< integration > | create (const word &baseName, repository &owner, const pointStructure &pStruct, const word &method) |
Definition at line 32 of file AdamsMoulton3.hpp.
|
protected |
Definition at line 48 of file AdamsMoulton3.hpp.
| AdamsMoulton3 | ( | const word & | baseName, |
| repository & | owner, | ||
| const pointStructure & | pStruct, | ||
| const word & | method | ||
| ) |
Definition at line 26 of file AdamsMoulton3.cpp.
|
virtualdefault |
| TypeInfo | ( | "AdamsMoulton3" | ) |
| add_vCtor | ( | integration | , |
| AdamsMoulton3 | , | ||
| word | |||
| ) |
|
overridevirtual |
|
overridevirtual |
|
overridevirtual |
Implements integration.
Definition at line 111 of file AdamsMoulton3.cpp.
References AdamsMoulton3::y0_.
|
inlineoverridevirtual |
Implements integration.
Definition at line 79 of file AdamsMoulton3.hpp.
|
inlineoverridevirtual |
Implements integration.
Definition at line 84 of file AdamsMoulton3.hpp.
| bool predictAll | ( | real | dt, |
| realx3Vector_D & | y, | ||
| realx3Vector_D & | dy, | ||
| range | activeRng | ||
| ) |
Definition at line 120 of file AdamsMoulton3.cpp.
References VectorSingle< T, MemorySpace >::deviceVectorAll(), and LAMBDA_HD.

| bool predictRange | ( | real | dt, |
| realx3Vector_D & | y, | ||
| realx3Vector_D & | dy, | ||
| activeFunctor | activeP | ||
| ) |
Definition at line 103 of file AdamsMoulton3.hpp.
References pointField< VectorField, T, MemorySpace >::activeRange(), VectorSingle< T, MemorySpace >::deviceVectorAll(), AdamsMoulton3::dy0_, AdamsMoulton3::dy1_, LAMBDA_HD, and AdamsMoulton3::y0_.

| bool intAll | ( | real | dt, |
| realx3Vector_D & | y, | ||
| realx3Vector_D & | dy, | ||
| range | activeRng | ||
| ) |
Definition at line 146 of file AdamsMoulton3.cpp.
References VectorSingle< T, MemorySpace >::deviceVectorAll(), and LAMBDA_HD.

| bool intRange | ( | real | dt, |
| realx3Vector_D & | y, | ||
| realx3Vector_D & | dy, | ||
| activeFunctor | activeP | ||
| ) |
Definition at line 140 of file AdamsMoulton3.hpp.
References VectorSingle< T, MemorySpace >::deviceVectorAll(), and LAMBDA_HD.

|
protected |
Definition at line 38 of file AdamsMoulton3.hpp.
Referenced by AdamsMoulton3::predictRange(), and AdamsMoulton3::setInitialVals().
|
protected |
Definition at line 40 of file AdamsMoulton3.hpp.
Referenced by AdamsMoulton3::predictRange().
|
protected |
Definition at line 42 of file AdamsMoulton3.hpp.
Referenced by AdamsMoulton3::predictRange().