SyFi  0.3
test_sfc.test_geometry_code.UflacsGeometryTest Class Reference
Inheritance diagram for test_sfc.test_geometry_code.UflacsGeometryTest:
test_sfc.test_geometry_code.GeometryTestMixin

List of all members.

Public Member Functions

def __init__
def setUp
def set_uflacs_options

Detailed Description

Definition at line 197 of file test_geometry_code.py.


Constructor & Destructor Documentation

def test_sfc.test_geometry_code.UflacsGeometryTest.__init__ (   self,
  args,
  kwargs 
)

Definition at line 198 of file test_geometry_code.py.

00198 
00199         def __init__(self, *args, **kwargs):
00200             TempDirTestBase.__init__(self, *args, **kwargs)


Member Function Documentation

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


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