Class LinearEigenSolver

Inheritance Relationships

Base Type

Class Documentation

class LinearEigenSolver : public opensn::LinearSolver

Public Types

enum class IterativeMethod : int

Values:

enumerator POWER

Public Functions

inline LinearEigenSolver(IterativeMethod method, std::shared_ptr<LinearEigenContext> ctx)
inline std::string GetIterativeMethodName()

Protected Attributes

IterativeMethod method_