Parent Directory
|
Revision Log
|
Patch
revision 1660 by gross, Fri Jul 18 02:28:13 2008 UTC | revision 1661 by gross, Mon Jul 21 22:08:27 2008 UTC | |
---|---|---|
# | Line 1762 class LinearPDE(object): | Line 1762 class LinearPDE(object): |
1762 | D_reduced_times_e, \ | D_reduced_times_e, \ |
1763 | d_reduced_times_e,\ | d_reduced_times_e,\ |
1764 | escript.Data()) | escript.Data()) |
print "RHS:",util.inf(self.__operator),util.sup(self.__operator) | ||
1765 | self.__operator=1./self.__operator | self.__operator=1./self.__operator |
1766 | self.trace("New lumped operator has been built.") | self.trace("New lumped operator has been built.") |
1767 | self.__operator_is_Valid=True | self.__operator_is_Valid=True |
|
ViewVC Help | |
Powered by ViewVC 1.1.26 |