[Octopus-devel] cvs commit: marques/octopus/src math_cg_inc.F90 math.F90 Makefile.am

cvsusers at tddft.org cvsusers at tddft.org
Thu Jan 20 12:38:02 WET 2005


acastro     2005/01/20 12:38:01 WET

  Modified files:
    octopus/src          math.F90 Makefile.am 
  Added files:
    octopus/src          math_cg_inc.F90 
  Log:
  Added a procecudre to the math module (in file math_cg_inc.F90) that
  solves a general Ax=b problem through the conjugate gradients. In fact,
  two procedures with a common interface, either for symmetric or
  non-symmetric A. The form of A is passed through an interface.
  
  Essentially, it is the Numerical Recipe without the possibility of using
  a preconditioner. This could be easily added.
  
  Revision  Changes    Path
  1.23      +7 -0      marques/octopus/src/math.F90
  1.125     +2 -2      marques/octopus/src/Makefile.am


More information about the Octopus-devel mailing list