From 0e66fbcd5ff208decc81b773fa57fb3ba6ce5f30 Mon Sep 17 00:00:00 2001 From: William Throwe Date: Thu, 21 Mar 2024 15:22:18 -0400 Subject: [PATCH] Clarify a requirement on IMEX systems --- src/Evolution/Imex/Protocols/ImexSystem.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Evolution/Imex/Protocols/ImexSystem.hpp b/src/Evolution/Imex/Protocols/ImexSystem.hpp index 7b2c702aaae8..9bfb14006011 100644 --- a/src/Evolution/Imex/Protocols/ImexSystem.hpp +++ b/src/Evolution/Imex/Protocols/ImexSystem.hpp @@ -15,8 +15,8 @@ namespace imex::protocols { /// conforming to protocols::ImplicitSector, each of which describes /// an implicit solve to be performed during time steps. /// -/// For efficiency, the tensors in each sector are required to be -/// adjacent in the system's variables. +/// For efficiency, the tags in the `tensors` type alias of each +/// sector are required to be adjacent in the system's variables. /// /// \snippet DoImplicitStepSector.hpp ImexSystem struct ImexSystem {