quad7.py

Go to the documentation of this file.
00001 
00002 import sfc
00003 
00004 def options():
00005     jit = sfc.jit
00006     opt = sfc.common.options.default_options()
00007     opt.code.integral.integration_method = "quadrature"
00008     opt.code.integral.integration_order = 7
00009     yield (jit, opt)
00010 

Generated on Mon Aug 31 16:16:45 2009 for SyFi by  doxygen 1.5.9