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/shared/Numerics/numerics.h

    r10367 r11695  
    2727void   UnitConversion(double* values, int numvalues,int direction_enum, int type_enum);
    2828double UnitConversion(double value, int direction_enum, int type_enum);
     29char*  OptionsFromAnalysis(Parameters* parameters,int analysis_type);
     30void   XZvectorsToCoordinateSystem(double* T,double* xzvectors);
     31#ifdef _HAVE_PETSC_
    2932void   PetscOptionsFromAnalysis(Parameters* parameters,int analysis_type);
    30 void   XZvectorsToCoordinateSystem(double* T,double* xzvectors);
     33#endif
    3134
    3235#endif //ifndef _NUMERICS_H_
Note: See TracChangeset for help on using the changeset viewer.