add block-jacobi partitioner option. Add block-jacobi matrix for use in OpenCL preconditioner

Rebased
This commit is contained in:
Tong Dong Qiu
2022-04-21 17:18:32 +02:00
parent aba4c5f487
commit e360c00b73
23 changed files with 582 additions and 57 deletions

View File

@@ -136,7 +136,7 @@ public:
this->serialPartitioning(), this->enableDistributedWells(),
this->zoltanImbalanceTol(), this->gridView(),
this->schedule(), this->centroids_,
this->eclState(), this->parallelWells_);
this->eclState(), this->parallelWells_, this->numJacobiBlocks());
#endif
this->updateGridView_();
@@ -192,6 +192,7 @@ protected:
}
std::unique_ptr<TransmissibilityType> globalTrans_;
//std::vector<int> cell_part_;
};
} // namespace Opm