fixed wide halo bug with lee model

This commit is contained in:
James McClure
2021-03-14 13:02:55 -04:00
parent ec6b3c6a68
commit aa04ad4898
3 changed files with 13 additions and 8 deletions

View File

@@ -69,6 +69,7 @@ int main( int argc, char **argv )
Initialize_DummyPhaseField(LeeModel);
LeeModel.Create_DummyPhase_MGTest();
LeeModel.MGTest();
LeeModel.WriteDebug_TwoFluid();
PROFILE_STOP( "Main" );
auto file = db->getWithDefault<std::string>( "TimerFile", "TestMixedGrad" );

View File

@@ -86,7 +86,7 @@ int main( int argc, char **argv )
fwrite(DensityChange.data(),8,Nx*Ny*Nz,OUTFILE);
fclose(OUTFILE);
LeeModel.WriteDebug_TwoFluid();
//LeeModel.WriteDebug_TwoFluid();
PROFILE_STOP("Main");
// ****************************************************