Ignore:
Timestamp:
03/18/21 20:41:11 (4 years ago)
Author:
Eric.Larour
Message:

CHG: new methods implemented.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscMat.cpp

    r24679 r26115  
    180180}
    181181/*}}}*/
     182IssmDouble* PetscMat::ToMPISerial(void){/*{{{*/
     183
     184         IssmDouble* output=NULL;
     185sa
     186         MatToMPISerial(&output,this->matrix,IssmComm::GetComm());
     187         return output;
     188
     189}
     190/*}}}*/
    182191void PetscMat::SetValues(int m,int* idxm,int n,int* idxn,IssmDouble* values,InsMode mode){/*{{{*/
    183192
Note: See TracChangeset for help on using the changeset viewer.