- Timestamp:
- 03/18/21 20:41:11 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp
r24679 r26115 180 180 } 181 181 /*}}}*/ 182 IssmDouble* PetscMat::ToMPISerial(void){/*{{{*/ 183 184 IssmDouble* output=NULL; 185 sa 186 MatToMPISerial(&output,this->matrix,IssmComm::GetComm()); 187 return output; 188 189 } 190 /*}}}*/ 182 191 void PetscMat::SetValues(int m,int* idxm,int n,int* idxn,IssmDouble* values,InsMode mode){/*{{{*/ 183 192
Note:
See TracChangeset
for help on using the changeset viewer.