SyFi
0.3
|
Public Member Functions | |
def | __init__ |
def | setUp |
def | set_uflacs_options |
Definition at line 197 of file test_geometry_code.py.
def test_sfc.test_geometry_code.UflacsGeometryTest.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 198 of file test_geometry_code.py.
Definition at line 206 of file test_geometry_code.py.
References test_sfc.test_tempdir_base.TempDirTestBase.options.
Referenced by test_sfc.test_uflacsmode.TestUflacsMode.setUp(), and test_sfc.test_geometry_code.UflacsGeometryTest.setUp().
00206 00207 def set_uflacs_options(self): 00208 try: 00209 import uflacs 00210 self.options.code.integral.use_uflacs = True 00211 except: 00212 print "UFLACS NOT AVAILABLE"
Definition at line 201 of file test_geometry_code.py.
References test_sfc.test_tempdir_base.TempDirTestBase.options, test_sfc.test_geometry_code.UflacsGeometryTest.set_uflacs_options(), and test_sfc.test_form_argument_code.UflacsFormArgumentTest.set_uflacs_options().
00201 00202 def setUp(self): 00203 TempDirTestBase.setUp(self) 00204 self.options.code.integral.integration_method = "quadrature" 00205 self.set_uflacs_options()