Definition at line 9 of file RKTestFixtures.H.
#include <RKTestFixtures.H>
Public Types | |
| typedef DomainT::GridType | GridType |
| typedef DomainT::StateType | StateType |
| typedef DomainT::OperatorType | OperatorType |
Public Member Functions | |
| virtual int | SetupRHS (GridType &inGrid, StateType &inState, StateType &rhsState, int myThreadId=0) |
| void | SetTimestep (double inDT) |
| virtual int | Initialize (GridType &inGrid, StateType &inState) |
| virtual int | RHS (int threadId=0) |
| virtual int | ProcessInterior2 (GridType &inGrid, StateType &inState, StateType &rhsState) |
| virtual int | ProcessInterior (GridType &inGrid, StateType &inState, StateType &rhsState, int threadId=1) |
| virtual double | TimeStep (double *inCFL=NULL) |
| virtual int | ProcessHalo (halo_t &inHalo, GridType &inGrid, StateType &inState, StateType &rhsState, int threadId=1) |
| virtual int | ProcessBoundary (GridType &inGrid, StateType &inState, StateType &rhsState, int threadId=1) |
Static Public Member Functions | |
| static double | TestF (double time, int order) |
| static double | RHSF (double inTime, int inOrder) |
Protected Attributes | |
| StateType * | myState |
| StateType * | myRHSState |
| GridType * | myGrid |
| double | myDT |
| typedef DomainT::GridType GridType |
Definition at line 11 of file RKTestFixtures.H.
| typedef DomainT::OperatorType OperatorType |
Definition at line 13 of file RKTestFixtures.H.
| typedef DomainT::StateType StateType |
Definition at line 12 of file RKTestFixtures.H.
Definition at line 35 of file RKTestFixtures.H.
|
inlinevirtual |
Definition at line 85 of file RKTestFixtures.H.
|
inlinevirtual |
Definition at line 83 of file RKTestFixtures.H.
|
inlinevirtual |
Definition at line 43 of file RKTestFixtures.H.
References databuffer::Data(), and testrhs< DomainT >::RHSF().
Referenced by testrhs< DomainT >::RHS().
|
inlinevirtual |
Definition at line 41 of file RKTestFixtures.H.
|
inlinevirtual |
Definition at line 37 of file RKTestFixtures.H.
References testrhs< DomainT >::myGrid, testrhs< DomainT >::myRHSState, testrhs< DomainT >::myState, and testrhs< DomainT >::ProcessInterior().
|
inlinestatic |
Definition at line 19 of file RKTestFixtures.H.
Referenced by testrhs< DomainT >::ProcessInterior().
|
inline |
Definition at line 34 of file RKTestFixtures.H.
References testrhs< DomainT >::myDT.
|
inlinevirtual |
Definition at line 26 of file RKTestFixtures.H.
References testrhs< DomainT >::myDT, testrhs< DomainT >::myGrid, testrhs< DomainT >::myRHSState, and testrhs< DomainT >::myState.
|
inlinestatic |
Definition at line 15 of file RKTestFixtures.H.
|
inlinevirtual |
Definition at line 82 of file RKTestFixtures.H.
References testrhs< DomainT >::myDT.
|
protected |
Definition at line 91 of file RKTestFixtures.H.
Referenced by testrhs< DomainT >::SetTimestep(), testrhs< DomainT >::SetupRHS(), and testrhs< DomainT >::TimeStep().
|
protected |
Definition at line 90 of file RKTestFixtures.H.
Referenced by testrhs< DomainT >::RHS(), and testrhs< DomainT >::SetupRHS().
|
protected |
Definition at line 89 of file RKTestFixtures.H.
Referenced by testrhs< DomainT >::RHS(), and testrhs< DomainT >::SetupRHS().
|
protected |
Definition at line 86 of file RKTestFixtures.H.
Referenced by testrhs< DomainT >::RHS(), and testrhs< DomainT >::SetupRHS().