Changeset 23610


Ignore:
Timestamp:
01/07/19 21:03:20 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: implemented Local vector size

File:
1 edited

Legend:

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

    r23604 r23610  
    115115}
    116116/*}}}*/
     117void PetscVec::GetLocalSize(int* pm){/*{{{*/
     118
     119        _assert_(this->vector);
     120        VecGetLocalSize(this->vector,pm);
     121}
     122/*}}}*/
    117123void PetscVec::GetLocalVector(IssmDouble** pvector,int** pindices){/*{{{*/
    118124
Note: See TracChangeset for help on using the changeset viewer.