Skip to content
Snippets Groups Projects
Commit f0063eb1 authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

add getComm function

parent c15c9950
No related branches found
No related tags found
No related merge requests found
......@@ -79,6 +79,7 @@ class linearSystemPETSc : public linearSystem<scalar> {
std::vector<scalar> getData();
std::vector<int> getRowPointers();
std::vector<int> getColumnsIndices();
MPI_Comm& getComm() {return _comm;}
};
class linearSystemPETScBlockDouble : public linearSystem<fullMatrix<double> > {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment