Ignore:
Timestamp:
03/18/21 20:58:51 (4 years ago)
Author:
Mathieu Morlighem
Message:

BUG: fixing problem with matrix

File:
1 edited

Legend:

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

    r26115 r26117  
    4949                void MatMult(PetscVec* X,PetscVec* AX);
    5050                PetscMat* Duplicate(void);
    51                 IssmDouble* ToSerial(void);
    5251                IssmDouble* ToMPISerial(void);
     52                IssmDouble* ToMPISerial0(void);
    5353                void SetValues(int m,int* idxm,int n,int* idxn,IssmDouble* values,InsMode mode);
    5454                void Convert(MatrixType type);
Note: See TracChangeset for help on using the changeset viewer.