Changeset 3409
- Timestamp:
- 04/07/10 09:27:56 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/objects/Numericalflux.cpp
r3384 r3409 497 497 MatSetValues(Kgg,numdof,doflist,numdof,doflist,(const double*)Ke_gg,ADD_VALUES); 498 498 finish=MPI_Wtime(); 499 printf("internal inserting K of edge %i matrix: %g\n",id,finish-start);499 //printf("internal inserting K of edge %i matrix: %g\n",id,finish-start); 500 500 501 501 xfree((void**)&gauss_coords); … … 571 571 return; 572 572 } 573 printf("%i made it through!\n",id);574 573 575 574 /* Get gaussian points and weights (make this a statically initialized list of points? fstd): */ … … 613 612 MatSetValues(Kgg,numdof,doflist,numdof,doflist,(const double*)Ke_gg,ADD_VALUES); 614 613 finish=MPI_Wtime(); 615 printf("boundary inserting K of edge %i matrix: %g\n",id,finish-start);614 //printf("boundary inserting K of edge %i matrix: %g\n",id,finish-start); 616 615 617 616 xfree((void**)&gauss_coords);
Note:
See TracChangeset
for help on using the changeset viewer.