Changeset 13975 for issm/trunk/src/c/solutions/diagnostic_core.cpp
- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/solutions/diagnostic_core.cpp
r13395 r13975 60 60 61 61 if(ishutter){ 62 62 63 63 if(VerboseSolution()) _pprintLine_(" computing hutter velocities"); 64 64 … … 68 68 femmodel->SetCurrentConfiguration(DiagnosticHutterAnalysisEnum); 69 69 solver_linear(femmodel); 70 70 71 71 if (ismacayealpattyn) ResetBoundaryConditions(femmodel,DiagnosticHorizAnalysisEnum); 72 72 } 73 73 74 74 if ((ismacayealpattyn || isl1l2) ^ isstokes){ // ^ = xor 75 75 76 76 if(VerboseSolution()) _pprintLine_(" computing velocities"); 77 77 femmodel->SetCurrentConfiguration(DiagnosticHorizAnalysisEnum); … … 95 95 } 96 96 97 98 97 if(save_results){ 99 98 if(VerboseSolution()) _pprintLine_(" saving results"); … … 103 102 InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,PressureEnum); 104 103 if(dim==3) InputToResultx(femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,VzEnum); 105 RequestedOutputsx(femmodel->results,femmodel->elements,femmodel->nodes,femmodel->vertices,femmodel->loads,femmodel->materials,femmodel->parameters,requested_outputs,numoutputs);104 femmodel->RequestedOutputsx(requested_outputs,numoutputs); 106 105 } 106 107 if(solution_type==DiagnosticSolutionEnum)femmodel->RequestedDependentsx(); 107 108 108 109 /*Free ressources:*/
Note:
See TracChangeset
for help on using the changeset viewer.