Changeset 23610
- Timestamp:
- 01/07/19 21:03:20 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/toolkits/petsc/objects/PetscVec.cpp
r23604 r23610 115 115 } 116 116 /*}}}*/ 117 void PetscVec::GetLocalSize(int* pm){/*{{{*/ 118 119 _assert_(this->vector); 120 VecGetLocalSize(this->vector,pm); 121 } 122 /*}}}*/ 117 123 void PetscVec::GetLocalVector(IssmDouble** pvector,int** pindices){/*{{{*/ 118 124
Note:
See TracChangeset
for help on using the changeset viewer.