OGS
LinearSolverBehaviour.h
Go to the documentation of this file.
1
11#pragma once
12
13namespace MathLib
14{
15enum class LinearSolverBehaviour : int
16{
19 REUSE
20};
21
22} // namespace MathLib