/[escript]/trunk/esys2/escript/py_src/pdetools.py
ViewVC logotype

Diff of /trunk/esys2/escript/py_src/pdetools.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 147 by jgs, Fri Aug 12 01:45:47 2005 UTC revision 148 by jgs, Tue Aug 23 01:24:31 2005 UTC
# Line 23  class Projector: Line 23  class Projector:
23      @param fast Flag to use a fast method based on matrix lumping (default is true)      @param fast Flag to use a fast method based on matrix lumping (default is true)
24      """      """
25      self.__pde = LinearPDE(domain)      self.__pde = LinearPDE(domain)
26      self.__pde.setLumping(fast)      if fast:
27          self.__pde.setSolverMethod(LinearPDE.LUMPING)
28      self.__pde.setSymmetryOn()      self.__pde.setSymmetryOn()
29      self.__pde.setReducedOrderTo(reduce)      self.__pde.setReducedOrderTo(reduce)
30      self.__pde.setValue(D = 1.)      self.__pde.setValue(D = 1.)

Legend:
Removed from v.147  
changed lines
  Added in v.148

  ViewVC Help
Powered by ViewVC 1.1.26