From 3f2a7c63376952a1da28779a5069c57a5c721eec Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Tue, 1 Nov 2022 21:43:42 +0100 Subject: [PATCH] Write complete sentence on test case --- tests/performance/timing_navier_stokes.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 // -- 2.39.5