mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-06-22 16:28:30 +00:00
AdamsMoulton4
This commit is contained in:
@ -113,7 +113,7 @@ bool pFlow::AdamsMoulton3::setInitialVals(
|
||||
const realx3Vector& y)
|
||||
{
|
||||
y0_.insertSetElement(newIndices, y);
|
||||
//output<< "y0_ "<< y0_<<endl<<endl;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -163,9 +163,9 @@ bool pFlow::AdamsMoulton3::intRange(
|
||||
static_cast<real>(5.0/12.0)*d_dy[i]
|
||||
+ static_cast<real>(8.0/12.0)*d_dy0[i]
|
||||
- static_cast<real>(1.0/12.0)*d_dy1[i]);
|
||||
d_y[i] = corrct_y;
|
||||
d_y0[i] = corrct_y;
|
||||
d_dy1[i]= d_dy0[i];
|
||||
d_y0[i] = corrct_y;
|
||||
d_y[i] = corrct_y;
|
||||
}
|
||||
});
|
||||
Kokkos::fence();
|
||||
|
Reference in New Issue
Block a user