#include <ginkgo.hpp>
|
| | ParallelOperatorWrapper (std::shared_ptr< const gko::Executor > exec, gko::experimental::mpi::communicator comm, gko::size_type size=0, const Operator *oper=NULL) |
| |
|
| void | apply_impl (const gko::LinOp *b, gko::LinOp *x) const override |
| |
| void | apply_impl (const gko::LinOp *alpha, const gko::LinOp *b, const gko::LinOp *beta, gko::LinOp *x) const override |
| |
Definition at line 264 of file ginkgo.hpp.
◆ ParallelOperatorWrapper()
| mfem::Ginkgo::ParallelOperatorWrapper::ParallelOperatorWrapper |
( |
std::shared_ptr< const gko::Executor > | exec, |
|
|
gko::experimental::mpi::communicator | comm, |
|
|
gko::size_type | size = 0, |
|
|
const Operator * | oper = NULL ) |
|
inline |
◆ apply_impl() [1/2]
| void mfem::Ginkgo::ParallelOperatorWrapper::apply_impl |
( |
const gko::LinOp * | alpha, |
|
|
const gko::LinOp * | b, |
|
|
const gko::LinOp * | beta, |
|
|
gko::LinOp * | x ) const |
|
overrideprotected |
◆ apply_impl() [2/2]
| void mfem::Ginkgo::ParallelOperatorWrapper::apply_impl |
( |
const gko::LinOp * | b, |
|
|
gko::LinOp * | x ) const |
|
overrideprotected |
The documentation for this class was generated from the following files: