Ignore:
Timestamp:
03/12/12 09:35:33 (13 years ago)
Author:
Eric.Larour
Message:

Large commit, to strip out Petsc from the code. Created new Matrix and Vector
wrapper objects to the Petsc Mat and Vec objects. These wrappers make it possible
to hook up a different package to handle matrix and vector operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/solutions/ResetBoundaryConditions.cpp

    r9761 r11679  
    1111       
    1212        /*variables: */
    13         Vec    yg    = NULL;
     13        Vector*    yg    = NULL;
    1414        Nodes *nodes = NULL;
    1515        int    i;
     
    3030
    3131        /*Free ressources:*/
    32         VecFree(&yg);
     32        delete yg;
    3333}
Note: See TracChangeset for help on using the changeset viewer.