Ignore:
Timestamp:
03/13/12 19:59:59 (13 years ago)
Author:
Eric.Larour
Message:

Completed separation of Petsc from ISSM. Matrix and Vector
are now the vehicles for Mat and Vec objects when running with
Petsc, or double* when running with a custom made type of matrix (still
to be finished).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/toolkits/mpi/patches/MPI_Lowerrow.cpp

    r365 r11695  
    77 */
    88
    9 #include "../../petsc/patches/petscpatches.h"
    109#include "./mpipatches.h"
    1110
     
    1918
    2019        /*First, figure out our range : */
    21         range=PetscDetermineLocalSize(n);
     20        range=DetermineLocalSize(n);
    2221
    2322        /*Now determien upper and lower boundaries: */
Note: See TracChangeset for help on using the changeset viewer.