Skip to content

Commit 5b91a3a

Browse files
committed
add get_local_solver in schwarz
1 parent 00f1c9f commit 5b91a3a

File tree

1 file changed

+5
-0
lines changed
  • include/ginkgo/core/distributed/preconditioner

1 file changed

+5
-0
lines changed

include/ginkgo/core/distributed/preconditioner/schwarz.hpp

+5
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ class Schwarz
7878
GKO_ENABLE_LIN_OP_FACTORY(Schwarz, parameters, Factory);
7979
GKO_ENABLE_BUILD_METHOD(Factory);
8080

81+
std::shared_ptr<const LinOp> get_local_solver() const
82+
{
83+
return local_solver_;
84+
}
85+
8186
protected:
8287
/**
8388
* Creates an empty Schwarz preconditioner.

0 commit comments

Comments
 (0)