Skip to content

Commit 3599250

Browse files
committed
add get_local_solver in schwarz
1 parent c4c48e7 commit 3599250

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
@@ -113,6 +113,11 @@ class Schwarz
113113
config::make_type_descriptor<ValueType, LocalIndexType,
114114
GlobalIndexType>());
115115

116+
std::shared_ptr<const LinOp> get_local_solver() const
117+
{
118+
return local_solver_;
119+
}
120+
116121
protected:
117122
/**
118123
* Creates an empty Schwarz preconditioner.

0 commit comments

Comments
 (0)