mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
change for predictor-corrector and adams-moulton3
This commit is contained in:
@ -60,7 +60,7 @@ pFlow::AdamsBashforth3::AdamsBashforth3
|
||||
AB3History({zero3,zero3})))
|
||||
|
||||
{
|
||||
|
||||
|
||||
}
|
||||
|
||||
bool pFlow::AdamsBashforth3::predict
|
||||
@ -94,6 +94,13 @@ bool pFlow::AdamsBashforth3::correct
|
||||
return true;
|
||||
}
|
||||
|
||||
bool pFlow::AdamsBashforth3::setInitialVals(
|
||||
const int32IndexContainer& newIndices,
|
||||
const realx3Vector& y)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
bool pFlow::AdamsBashforth3::intAll(
|
||||
real dt,
|
||||
realx3Vector_D& y,
|
||||
|
Reference in New Issue
Block a user