5 |
import os |
import os |
6 |
|
|
7 |
from esys.escript import * |
from esys.escript import * |
8 |
from esys import finley |
from esys import bruce |
9 |
|
|
10 |
import numarray |
import numarray |
11 |
|
|
20 |
|
|
21 |
def testFunctionSpace(self): |
def testFunctionSpace(self): |
22 |
"""Test the creation of FunctionSpace objects.""" |
"""Test the creation of FunctionSpace objects.""" |
23 |
mesh=finley.Brick(1,1,1,1,1.,1.,1.,1,1,1,1,1) |
mesh=bruce.Brick(1,1,1) |
24 |
cFunc=escript.ContinuousFunction(mesh) |
cFunc=escript.ContinuousFunction(mesh) |
25 |
|
|
26 |
def testDataOperations(self): |
def testDataOperations(self): |