Skip to content

Commit

Permalink
Clarify a requirement on IMEX systems
Browse files Browse the repository at this point in the history
  • Loading branch information
wthrowe committed Mar 22, 2024
1 parent 5cc0803 commit 0e66fbc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Evolution/Imex/Protocols/ImexSystem.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0e66fbc

Please sign in to comment.