SyFi  0.3
test_sfc.test_form_argument_code.UflacsFormArgumentTest Class Reference
Inheritance diagram for test_sfc.test_form_argument_code.UflacsFormArgumentTest:
test_sfc.test_form_argument_code.FormArgumentTestMixin

List of all members.

Public Member Functions

def __init__
def setUp
def set_uflacs_options

Detailed Description

Definition at line 339 of file test_form_argument_code.py.


Constructor & Destructor Documentation

Definition at line 340 of file test_form_argument_code.py.

00340 
00341         def __init__(self, *args, **kwargs):
00342             TempDirTestBase.__init__(self, *args, **kwargs)


Member Function Documentation

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()


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines