Changeset 21517
- Timestamp:
- 02/03/17 16:04:06 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/src/c/classes/FemModel.cpp ¶
r21516 r21517 3106 3106 printf("-------------- file: FemModel.cpp line: %i\n",__LINE__); 3107 3107 /*Finally: interpolate all inputs*/ 3108 //this->InterpolateInputs(output);3108 this->InterpolateInputs(output); 3109 3109 3110 3110 printf("-------------- file: FemModel.cpp line: %i\n",__LINE__); … … 3156 3156 for(int step=0;step<2;step++){ 3157 3157 if(step){ 3158 P0input_enums = xNew<int>(numP0inputs); 3159 P1input_enums = xNew<int>(numP1inputs); 3158 P0input_enums = xNew<int>(numP0inputs); 3159 P1input_enums = xNew<int>(numP1inputs); 3160 P0input_interp = xNew<int>(numP0inputs); 3161 P1input_interp = xNew<int>(numP1inputs); 3160 3162 } 3161 3163 numP0inputs = 0; … … 3190 3192 } 3191 3193 3194 printf("-------------- file: FemModel.cpp line: %i\n",__LINE__); 3192 3195 printf("Found %i %i inputs\n",numP0inputs,numP1inputs); 3193 3196 … … 3213 3216 3214 3217 3218 printf("-------------- file: FemModel.cpp line: %i\n",__LINE__); 3215 3219 InterpFromMeshToMesh2dx(&P0inputsnew,Indexold,Xold,Yold,numverticesold,numelementsold, 3216 3220 P0inputsold,numelementsold,numP0inputs,
Note:
See TracChangeset
for help on using the changeset viewer.