Skip to content

Commit

Permalink
Update set_is_nullspace for linear sovler
Browse files Browse the repository at this point in the history
  • Loading branch information
xDarkLemon committed Mar 14, 2024
1 parent 83dc1c8 commit 7536eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/polysolve/linear/Solver.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ namespace polysolve::linear
virtual void set_block_size(int block_size) {}

Check warning on line 111 in src/polysolve/linear/Solver.hpp

View check run for this annotation

Codecov / codecov/patch

src/polysolve/linear/Solver.hpp#L111

Added line #L111 was not covered by tests

// If the problem is nullspace for multigrid solvers
virtual void set_is_nullspace(bool is_nullspace) {}
virtual void set_is_nullspace(const VectorXd &x) {}

Check warning on line 114 in src/polysolve/linear/Solver.hpp

View check run for this annotation

Codecov / codecov/patch

src/polysolve/linear/Solver.hpp#L114

Added line #L114 was not covered by tests

//
// @brief { Solve the linear system Ax = b }
Expand Down

0 comments on commit 7536eb3

Please sign in to comment.