change to VecScatterBegin/End
8 May
2007
8 May
'07
10:19 p.m.
The prototypes for VecScatterBegin() and VecScatterEnd() are now changed. This change is made to have these routines consistant with PETSc calling convention [i.e the first argument should be the appropriate object for that functionality]. i.e: PetscErrorCode VecScatterBegin(Vec,Vec,InsertMode,ScatterMode,VecScatter); to PetscErrorCode VecScatterBegin(VecScatter,Vec,Vec,InsertMode,ScatterMode); Satish
7033
Age (days ago)
7033
Last active (days ago)
0 comments
1 participants
participants (1)
-
Satish Balay