Skip to content

Commit 0e91e24

Browse files
JeffZ594kakeueda
andauthored
Update resolve/Preconditioner.hpp
Co-authored-by: Kakeru Ueda <kakecoco2580@icloud.com>
1 parent abbf592 commit 0e91e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resolve/Preconditioner.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ namespace ReSolve
3939
virtual int apply(vector_type* rhs, vector_type* x) = 0;
4040
virtual int reset(matrix_type* /* A */);
4141
virtual std::string getSide(); // Gets the preconditioning side
42-
virtual matrix_type* getPrec(); // Dummy function only implemented by PreconditionerMatvec
42+
virtual matrix_type* getPrecMatrix(); // Get the preconditioner matrix
4343

4444
private:
4545
std::string side_ = "right"; // Right preconditioning by default

0 commit comments

Comments
 (0)