Merge pull request #75 from atgeirr/velocity_interpolation
Reinstate disabled test. Assert more.
This commit is contained in:
commit
17643c0fad
@ -73,6 +73,7 @@ namespace Opm
|
||||
if (cell == grid_.face_cells[2*face]) {
|
||||
face_flux = flux_[face];
|
||||
} else {
|
||||
ASSERT(cell == grid_.face_cells[2*face + 1]);
|
||||
face_flux = -flux_[face];
|
||||
}
|
||||
for (int dd = 0; dd < dim; ++dd) {
|
||||
|
@ -465,7 +465,7 @@ BOOST_AUTO_TEST_CASE(test_VelocityInterpolationConstant)
|
||||
testConstantVelRepro2d<VelocityInterpolationConstant>();
|
||||
testConstantVelReproPyramid<VelocityInterpolationConstant>();
|
||||
testConstantVelReproIrreg2d<VelocityInterpolationConstant>();
|
||||
// testConstantVelReproIrregPrism<VelocityInterpolationConstant>(); // We should verify if this is expected to fail or not.
|
||||
testConstantVelReproIrregPrism<VelocityInterpolationConstant>();
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(test_VelocityInterpolationECVI)
|
||||
|
Loading…
Reference in New Issue
Block a user