Changeset 15104 for issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
- Timestamp:
- 05/24/13 19:11:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Penta.cpp
r15100 r15104 668 668 void Penta::DeepEcho(void){ 669 669 670 _printf_("Penta: " << "\n");670 _printf_("Penta:\n"); 671 671 _printf_(" id: " << id << "\n"); 672 672 nodes[0]->DeepEcho(); … … 679 679 matpar->DeepEcho(); 680 680 _printf_(" neighbor ids: " << verticalneighbors[0]->Id() << "-" << verticalneighbors[1]->Id() << "\n"); 681 _printf_(" parameters " << "\n");681 _printf_(" parameters\n"); 682 682 parameters->DeepEcho(); 683 _printf_(" inputs " << "\n");683 _printf_(" inputs\n"); 684 684 inputs->DeepEcho(); 685 _printf_(" results " << "\n");685 _printf_(" results\n"); 686 686 results->DeepEcho(); 687 _printf_("neighboor sids: " << "\n");687 _printf_("neighboor sids: \n"); 688 688 _printf_(" " << horizontalneighborsids[0] << " " << horizontalneighborsids[1] << " " << horizontalneighborsids[2] << "\n"); 689 689 } … … 1335 1335 } 1336 1336 else{ 1337 _printf_("Interpolation " << EnumToStringx(interp) << " not supported " << "\n");1337 _printf_("Interpolation " << EnumToStringx(interp) << " not supported\n"); 1338 1338 } 1339 1339 } … … 4560 4560 /*Check solution*/ 4561 4561 if(xIsNan<IssmDouble>(values[i])) _error_("NaN found in solution vector"); 4562 //if(values[i]<0) _printf_("temperature < 0°K found in solution vector " << "\n");4563 //if(values[i]>275) _printf_("temperature > 275°K found in solution vector (Paterson's rheology associated is negative) " << "\n");4562 //if(values[i]<0) _printf_("temperature < 0°K found in solution vector\n"); 4563 //if(values[i]>275) _printf_("temperature > 275°K found in solution vector (Paterson's rheology associated is negative)\n"); 4564 4564 } 4565 4565
Note:
See TracChangeset
for help on using the changeset viewer.