Changeset 13334
- Timestamp:
- 09/11/12 16:56:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/modules/Solverx/SolverxSeq.cpp
r13320 r13334 69 69 SolverxSeq(y,x, x+m*m, m); // x is where the matrix starts, x+m*m is where the right-hand side starts 70 70 return 0; 71 } 72 /*}}}*/ 73 71 } /*}}}*/ 74 72 int EDF_fos_forward_for_solverx(int n, IssmPDouble *inVal, IssmPDouble *inDeriv, int m, IssmPDouble *outVal, IssmPDouble *outDeriv) { /*{{{*/ 75 73 #ifdef _HAVE_GSL_ … … 113 111 #endif 114 112 return 0; 115 } 116 /*}}}*/ 117 113 } /*}}}*/ 118 114 int EDF_fov_forward_for_solverx(int n, IssmPDouble *inVal, int directionCount, IssmPDouble **inDeriv, int m, IssmPDouble *outVal, IssmPDouble **outDeriv) { /*{{{*/ 119 115 #ifdef _HAVE_GSL_ … … 161 157 } 162 158 /*}}}*/ 163 164 159 int EDF_fos_reverse_for_solverx(int m, double *dp_U, int n, double *dp_Z) { /*{{{*/ 165 160 return 0; 166 161 } 167 162 /*}}}*/ 168 169 163 void SolverxSeq(IssmDouble *X,IssmDouble *A,IssmDouble *B,int n, Parameters* parameters){/*{{{*/ 170 164 // pack inputs to conform to the EDF-prescribed interface
Note:
See TracChangeset
for help on using the changeset viewer.