~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to intern/opennl/doc/OpenNL_Readme.txt

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2005-11-06 12:40:03 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051106124003-3pgs7tcg5rox96xg
Tags: 2.37a-1.1
* Non-maintainer upload.
* Split out parts of 01_SConstruct_debian.dpatch again: root_build_dir
  really needs to get adjusted before the clean target runs - closes: #333958,
  see #288882 for reference

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
This is OpenNL, a library to easily construct and solve sparse linear systems.
 
3
* OpenNL is supplied with a set of iterative solvers (Conjugate gradient,
 
4
  BICGSTAB, GMRes) and preconditioners (Jacobi, SSOR). 
 
5
* OpenNL can also use other solvers (SuperLU 3.0 supported as an OpenNL
 
6
  extension)
 
7
 
 
8
Note that to be compatible with OpenNL, SuperLU 3.0 needs to be compiled with
 
9
the following flag (see make.inc in SuperLU3.0):
 
10
CDEFS = -DAdd_ (the default is -DAdd__, just remove the second underscore)
 
11
 
 
12
OpenNL was modified for Blender to be used only as a wrapper for SuperLU.
 
13