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/objects/Materials/Material.h

    r8386 r11695  
    2222                virtual void   InputDuplicate(int original_enum,int new_enum)=0;
    2323                virtual void   Configure(Elements* elements)=0;
    24                 virtual void   GetVectorFromInputs(Vec vector,int input_enum)=0;
     24                virtual void   GetVectorFromInputs(Vector* vector,int input_enum)=0;
    2525
    2626};
Note: See TracChangeset for help on using the changeset viewer.