Ignore:
Timestamp:
04/05/12 14:48:35 (13 years ago)
Author:
Eric.Larour
Message:

New FetchData and WriteData interface

Location:
issm/trunk-jpl/src/mex
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mex

    • Property svn:ignore
      • TabularUnified  

        old new  
         1__pycache__
        12Makefile
        23.ignore.txt
  • TabularUnified issm/trunk-jpl/src/mex/Solver/Solver.cpp

    r11695 r11933  
    2929       
    3030        /*parameters: */
    31         FetchMatlabData(&parameters,PARAMETERS);
     31        FetchData(&parameters,PARAMETERS);
    3232
    3333        /*In serial mode, we have not set any petsc options, do it now: */
     
    4040       
    4141                /*Input datasets: */
    42                 FetchMatlabData(&Kff,KFF);
    43                 FetchMatlabData(&pf,PF);
    44                 FetchMatlabData(&uf0,UF0);
    45                 FetchMatlabData(&df,DF);
     42                FetchData(&Kff,KFF);
     43                FetchData(&pf,PF);
     44                FetchData(&uf0,UF0);
     45                FetchData(&df,DF);
    4646
    4747                /*Core module: */
     
    4949
    5050                /*Write output*/
    51                 WriteMatlabData(UF,uf);
     51                WriteData(UF,uf);
    5252        }
    5353        else{
Note: See TracChangeset for help on using the changeset viewer.