#include <ginkgo.hpp>
Definition at line 290 of file ginkgo.hpp.
◆ ParallelVectorWrapper()
| mfem::Ginkgo::ParallelVectorWrapper::ParallelVectorWrapper |
( |
std::shared_ptr< const gko::Executor > | exec, |
|
|
gko::experimental::mpi::communicator | comm, |
|
|
Ginkgo::VectorWrapper * | wrapped_local_mfem_vec, |
|
|
HYPRE_BigInt | global_rows, |
|
|
HYPRE_BigInt | global_cols ) |
|
inline |
◆ create()
◆ create_submatrix_impl()
| std::unique_ptr< gko::experimental::distributed::Vector< real_t > > mfem::Ginkgo::ParallelVectorWrapper::create_submatrix_impl |
( |
gko::local_span | rows, |
|
|
gko::local_span | columns, |
|
|
gko::dim< 2 > | global_size ) |
|
inlineoverride |
◆ create_with_same_config()
| std::unique_ptr< gko::experimental::distributed::Vector< real_t > > mfem::Ginkgo::ParallelVectorWrapper::create_with_same_config |
( |
| ) |
const |
|
inlineoverride |
◆ create_with_type_of_impl()
| std::unique_ptr< gko::experimental::distributed::Vector< real_t > > mfem::Ginkgo::ParallelVectorWrapper::create_with_type_of_impl |
( |
std::shared_ptr< const gko::Executor > | exec, |
|
|
const gko::dim< 2 > & | global_size, |
|
|
const gko::dim< 2 > & | local_size, |
|
|
gko::size_type | stride ) const |
|
inlineoverride |
◆ get_local_wrapped_vec()
◆ get_local_wrapped_vec_const()
The documentation for this class was generated from the following file: