From: Martin Kronbichler Date: Tue, 1 Nov 2022 20:43:42 +0000 (+0100) Subject: Write complete sentence on test case X-Git-Tag: v9.5.0-rc1~860^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f2a7c63376952a1da28779a5069c57a5c721eec;p=dealii.git Write complete sentence on test case --- diff --git a/tests/performance/timing_navier_stokes.cc b/tests/performance/timing_navier_stokes.cc index e6293f4bc7..9873561325 100644 --- a/tests/performance/timing_navier_stokes.cc +++ b/tests/performance/timing_navier_stokes.cc @@ -21,7 +21,8 @@ // setup of unknowns, explicit Runge-Kutta time stepping with face-centric // loop through MatrixFree::loop() (step-67 style) as well as cell-centric // loop through MatrixFree::loop_cell_centric() (step-76 style). We use a -// problem with periodic boundary conditions to avoid +// problem with periodic boundary conditions to avoid defining complicated +// definitions of boundary data and inflow/outflow treatment. // // Status: experimental //