Chi-Tech
lbs_iterativemethods.h File Reference
#include <string>

Go to the source code of this file.

Namespaces

namespace  lbs
 

Enumerations

enum class  lbs::IterativeMethod : int {
  lbs::NONE = 0 , lbs::CLASSICRICHARDSON = 1 , lbs::CLASSICRICHARDSON_CYCLES = 2 , lbs::GMRES = 3 ,
  lbs::GMRES_CYCLES = 4 , lbs::KRYLOV_RICHARDSON = 5 , lbs::KRYLOV_RICHARDSON_CYCLES = 6 , lbs::KRYLOV_GMRES = 7 ,
  lbs::KRYLOV_GMRES_CYCLES = 8 , lbs::KRYLOV_BICGSTAB = 9 , lbs::KRYLOV_BICGSTAB_CYCLES = 10
}
 

Functions

std::string lbs::IterativeMethodPETScName (IterativeMethod it_method)