Changeset 2061


Ignore:
Timestamp:
09/01/09 14:11:56 (15 years ago)
Author:
Eric.Larour
Message:

Reverting to petsc 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/Reducematrixfromgtofx/Reducematrixfromgton.cpp

    r2042 r2061  
    5050                       
    5151                        //K_nn = K_nn + G_mn' * K_mn;
    52                         MatTranspose(Gmn,MAT_INITIAL_MATRIX,&tGmn);
     52                        MatTranspose(Gmn,&tGmn);
    5353                        MatMatMult(tGmn,Kmn,MAT_INITIAL_MATRIX,PETSC_DEFAULT,&tGmnKmn);
    5454                        MatAXPY(Knn,a,tGmnKmn,DIFFERENT_NONZERO_PATTERN);
Note: See TracChangeset for help on using the changeset viewer.