Changeset d13e27 for src/commands/com_print_residual_norm.cpp
- Timestamp:
- Mar 29, 2013, 5:03:13 PM (13 years ago)
- Children:
- f57182
- Parents:
- 5ba22b
- File:
-
- 1 edited
-
src/commands/com_print_residual_norm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/commands/com_print_residual_norm.cpp
r5ba22b rd13e27 47 47 Request Run(Command::argument_vector arguments) 48 48 { 49 50 #ifdef OUTPUT_DEBUG 49 51 MPE_EVENT_BEGIN() 50 52 … … 55 57 if ((*sol)(sol->MaxLevel()).IsActive()) { 56 58 vmg_float residual = comm->ComputeResidualNorm(*sol, *rhs); 57 comm->Print StringOnce("Residual: %e", residual);59 comm->PrintOnce(Debug, "Residual: %e", residual); 58 60 } 59 61 60 62 MPE_EVENT_END() 63 #endif 61 64 62 65 return Continue;
Note:
See TracChangeset
for help on using the changeset viewer.
