SpECTRE
v2024.09.29
|
Protocol for an IMEX evolution system. More...
#include <ImexSystem.hpp>
Classes | |
struct | test |
Protocol for an IMEX evolution system.
In addition to the usual requirements for an evolution system, an IMEX system must specify an implicit_sectors
typelist of structs conforming to protocols::ImplicitSector, each of which describes an implicit solve to be performed during time steps.
For efficiency, the tags in the tensors
type alias of each sector are required to be adjacent in the system's variables.