SyFi
0.3
|
Classes | |
class | MockCell |
class | MockFormRep |
class | MockVariables |
class | Ufl2SwiginacTest |
Functions | |
def | ufl2swiginac |
Variables | |
string | __authors__ = "Martin Sandve Alnes" |
string | __date__ = "2008-15-10 -- 2012-16-06" |
def test_sfc.test_ufl2swiginac.ufl2swiginac | ( | expression, | |
nsd | |||
) |
Definition at line 32 of file test_ufl2swiginac.py.
Referenced by test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testIndexed2(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testIndexed3(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testProduct1(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testProduct2(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testProduct3(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testProduct4(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testSpatialDiff1(), test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testSpatialDiff2(), and test_sfc.test_ufl2swiginac.Ufl2SwiginacTest.testSpatialDiff3().
00032 00033 def ufl2swiginac(expression, nsd): 00034 formrep = MockFormRep(nsd) 00035 variables = MockVariables(nsd) 00036 use_symbols = False 00037 s = SwiginacEvaluator(formrep, variables, use_symbols) 00038 return s.visit(expression)
string test_sfc::test_ufl2swiginac::__authors__ = "Martin Sandve Alnes" |
Definition at line 3 of file test_ufl2swiginac.py.
string test_sfc::test_ufl2swiginac::__date__ = "2008-15-10 -- 2012-16-06" |
Definition at line 4 of file test_ufl2swiginac.py.