Changeset 11933 for issm/trunk-jpl/src/mex/Solver/Solver.cpp
- Timestamp:
- 04/05/12 14:48:35 (13 years ago)
- 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__ 1 2 Makefile 2 3 .ignore.txt
-
- Property svn:ignore
-
TabularUnified issm/trunk-jpl/src/mex/Solver/Solver.cpp ¶
r11695 r11933 29 29 30 30 /*parameters: */ 31 Fetch MatlabData(¶meters,PARAMETERS);31 FetchData(¶meters,PARAMETERS); 32 32 33 33 /*In serial mode, we have not set any petsc options, do it now: */ … … 40 40 41 41 /*Input datasets: */ 42 Fetch MatlabData(&Kff,KFF);43 Fetch MatlabData(&pf,PF);44 Fetch MatlabData(&uf0,UF0);45 Fetch MatlabData(&df,DF);42 FetchData(&Kff,KFF); 43 FetchData(&pf,PF); 44 FetchData(&uf0,UF0); 45 FetchData(&df,DF); 46 46 47 47 /*Core module: */ … … 49 49 50 50 /*Write output*/ 51 Write MatlabData(UF,uf);51 WriteData(UF,uf); 52 52 } 53 53 else{
Note:
See TracChangeset
for help on using the changeset viewer.