34 |
|
|
35 |
from math import pi |
from math import pi |
36 |
import numpy, os, sys, tempfile |
import numpy, os, sys, tempfile |
|
#====================================================================== |
|
|
try: |
|
|
DUDLEY_WORKDIR=os.environ['DUDLEY_WORKDIR'] |
|
|
except KeyError: |
|
|
DUDLEY_WORKDIR='.' |
|
37 |
|
|
38 |
#====================================================================== |
|
39 |
class Darcy(unittest.TestCase): #subclassing required |
class Darcy(unittest.TestCase): #subclassing required |
40 |
# this is a simple test for the darcy flux problem |
# this is a simple test for the darcy flux problem |
41 |
# |
# |