
Public Member Functions | |
virtual | ~Stepper_fixed () |
virtual void | initialize (Vec_Str keys) |
Stepper_fixed (Vec_Dbl dtrel, int its_max, double its_tol) | |
bool | done () const |
void | begin () |
bool | done_resp_its () const |
void | begin_resp_its () |
void | set_done_resp_its (bool done) |
size_t | resp_its_max () const |
double | resp_its_tol () const |
size_t | step () const |
double | time0 () const |
double | time1 () const |
double | dtime () const |
size_t | resp_its_count () const |
void | update_resp (const Vec_Dbl &resp) |
void | get_last_resp (Vec_Dbl *resp) const |
void | get_resp (Vec_Dbl *resp) const |
void | get_delta_resp (Vec_Dbl *resp) const |
void | get_rel_delta_resp (Vec_Dbl *resp) const |
bool | guess_r (double t, Vec_Dbl *resp) const |
bool | guess_dtrel (Vec_Dbl *dtrel) const |
size_t | guess_dtrel_size () const |
Protected Attributes | |
Vec_Dbl | b_dtrel |
Vec_Dbl | b_resp |
Vec_Dbl | b_resp_last |
Vec_Str | b_keys |
size_t | b_s |
double | b_t0 |
double | b_t1 |
int | b_resp_its_count |
int | b_resp_its_max |
double | b_resp_its_tol |
bool | b_resp_done |
Private Member Functions | |
Stepper_fixed () | |
Detailed Description
- Examples:
- tstMultiZoneDepleter.cpp.
Constructor & Destructor Documentation
|
inlineprivate |
- Examples:
- tstMultiZoneDepleter.cpp.
|
inlinevirtual |
- Examples:
- tstMultiZoneDepleter.cpp.
|
inline |
References b_dtrel, b_resp_its_max, b_resp_its_tol, b_s, and b_t0.
Member Function Documentation
|
inlinevirtual |
|
inlinevirtual |
Implements Stepper.
- Examples:
- tstMultiZoneDepleter.cpp.
References b_dtrel, b_keys, and b_s.
Referenced by set_done_resp_its().
|
inlinevirtual |
Implements Stepper.
- Examples:
- tstMultiZoneDepleter.cpp.
References b_dtrel, b_resp_done, b_resp_its_count, b_s, b_t0, and b_t1.
|
inlinevirtual |
Implements Stepper.
- Examples:
- tstMultiZoneDepleter.cpp.
References b_resp_done, b_resp_its_count, b_resp_its_max, b_resp_its_tol, get_delta_resp(), and r.
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Implements Stepper.
- Examples:
- tstMultiZoneDepleter.cpp.
References b_keys, b_resp, and b_resp_last.
Referenced by done_resp_its().
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
|
inlinevirtual |
Member Data Documentation
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by begin(), done(), guess_dtrel(), guess_dtrel_size(), and Stepper_fixed().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by get_delta_resp(), get_rel_delta_resp(), get_resp(), guess_r(), initialize(), and update_resp().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by get_delta_resp(), get_last_resp(), get_rel_delta_resp(), initialize(), and update_resp().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by done(), get_delta_resp(), get_rel_delta_resp(), initialize(), and update_resp().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by begin(), done(), step(), and Stepper_fixed().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by begin(), dtime(), Stepper_fixed(), and time0().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by begin(), begin_resp_its(), done_resp_its(), and resp_its_count().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by done_resp_its(), resp_its_max(), and Stepper_fixed().
|
protected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by done_resp_its(), resp_its_tol(), and Stepper_fixed().
|
mutableprotected |
- Examples:
- tstMultiZoneDepleter.cpp.
Referenced by begin(), done_resp_its(), and set_done_resp_its().
The documentation for this class was generated from the following file:
- Core/xf/tests/tstMultiZoneDepleter.cpp