Skip to content

Commit

Permalink
test constrained formulation of the Stokes problem
Browse files Browse the repository at this point in the history
  • Loading branch information
gdmcbain committed May 26, 2021
1 parent 385ab16 commit 40c94aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions tests/test_examples.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,13 @@ def runTest(self):
self.assertAlmostEqual(psi0, 0.162/128, delta=1e-6)


class TestEx30Minimize(TestCase):

def runTest(self):
from docs.examples.ex30_minimize import psi0
self.assertAlmostEqual(psi0, 0.162/128, delta=1e-6)


class TestEx31(TestCase):

def runTest(self):
Expand Down

0 comments on commit 40c94aa

Please sign in to comment.