Smal tweaks

This commit is contained in:
James McClure
2014-11-08 20:09:45 -05:00
parent 924afef724
commit 79a4f16b78

View File

@@ -383,7 +383,7 @@ int main(int argc, char **argv)
}
MPI_Allreduce(&sum_local,&pore_vol,1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD);
// MPI_Allreduce(&sum_local,&porosity,1,MPI_DOUBLE,MPI_SUM,MPI_COMM_WORLD);
porosity = sum_local*iVol_global;
porosity = pore_vol*iVol_global;
if (rank==0) printf("Media porosity = %f \n",porosity);
//.........................................................
// If pressure boundary conditions are applied remove solid