AdamsMoulton4

This commit is contained in:
hamidrezanorouzi
2022-10-27 21:37:34 +03:30
parent cedfcfea10
commit 86bfc07db9
5 changed files with 383 additions and 3 deletions

View File

@ -113,7 +113,7 @@ bool pFlow::AdamsMoulton3::setInitialVals(
const realx3Vector& y)
{
y0_.insertSetElement(newIndices, y);
//output<< "y0_ "<< y0_<<endl<<endl;
return true;
}