Remove enforcement of pressure zero level for pure Neumann problems.

This direct manipulation of the linear system is inappropriate when
solving compressible flows where the absolute pressure level matters
greatly.
This commit is contained in:
Bård Skaflestad 2011-01-13 13:06:45 +01:00
parent fefaa301e7
commit 4d6a286ab4

View File

@ -750,10 +750,6 @@ cfs_tpfa_assemble(grid_t *G,
} else {
well_is_neumann = 1;
}
if (res_is_neumann && well_is_neumann) {
h->A->sa[0] *= 2;
}
}