SyFi
0.3
|
Public Member Functions | |
def | __init__ |
def | setUp |
def | set_uflacs_options |
Definition at line 339 of file test_form_argument_code.py.
def test_sfc.test_form_argument_code.UflacsFormArgumentTest.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 340 of file test_form_argument_code.py.
Definition at line 348 of file test_form_argument_code.py.
References test_sfc.test_tempdir_base.TempDirTestBase.options.
Referenced by test_sfc.test_uflacsmode.TestUflacsMode.setUp(), test_sfc.test_geometry_code.UflacsGeometryTest.setUp(), and test_sfc.test_form_argument_code.UflacsFormArgumentTest.setUp().
00348 00349 def set_uflacs_options(self): 00350 try: 00351 import uflacs 00352 self.options.code.integral.use_uflacs = True 00353 except: 00354 print "UFLACS NOT AVAILABLE"
Definition at line 343 of file test_form_argument_code.py.
References test_sfc.test_tempdir_base.TempDirTestBase.options, and test_sfc.test_form_argument_code.UflacsFormArgumentTest.set_uflacs_options().
00343 00344 def setUp(self): 00345 TempDirTestBase.setUp(self) 00346 self.options.code.integral.integration_method = "quadrature" 00347 self.set_uflacs_options()