Navigation : 
        
          
    
   Manual 
    
   Input Variables  
    
  - 
   Atomic Orbitals 
    
  - 
   Calculation Modes 
    
  - 
   ClassicalParticles 
    
  - 
   DFTBPlusInterface 
    
  - 
   Execution 
    
  - 
   Hamiltonian 
    
  - 
   Linear Response 
    
  - 
   Math  
    
  -- 
   RootSolver 
    
  -- 
   SPARSKIT  
      --- SPARSKITAbsTolerance 
      --- SPARSKITIterOut 
      --- SPARSKITKrylovSubspaceSize 
      --- SPARSKITMaxIter 
      --- SPARSKITRelTolerance 
      --- SPARSKITSolver 
      --- SPARSKITVerboseSolver 
  
  
    
  - 
   Maxwell 
    
  - 
   MaxwellStates 
    
  - 
   Mesh 
    
  - 
   Output 
    
  - 
   SCF 
    
  - 
   States 
    
  - 
   System 
    
  - 
   Time-Dependent 
    
  - 
   Utilities 
    
  - 
   Alphabetic Index 
  
    
   Tutorials 
    
   Developers 
    
   Releases 
         
       
    
    
    SPARSKITAbsTolerance 
    
    
    
    
SPARSKITAbsTolerance 
Section  Math::SPARSKIT  
Type  float 
Default  1e-10 
 
Some SPARSKIT solvers use an absolute tolerance as a stopping criterion
for the iterative solution process. This variable can be used to
specify the tolerance.
 
    
         
        
        
        
        Source information
        
         
    
    
math/sparskit.F90  : 231
 call  parse_variable ( namespace ,  'SPARSKITAbsTolerance' ,  CNST ( 1 e - 10 ),  sk % abs_tolerance )