SpECTRE  v2024.03.19
evolution::dg::subcell::Tags::TciGridHistory Struct Reference

A record of which grid the TCI requested we use. More...

#include <TciGridHistory.hpp>

Public Types

using type = std::deque< evolution::dg::subcell::ActiveGrid >
 

Detailed Description

A record of which grid the TCI requested we use.

This is necessary because when using linear multistep methods for the time integration we need to wait until the entire history is smooth before returning to DG. For an Nth order integration in time, this means we need N steps where the TCI has decided the solution is representable using DG.

The front of the history is the most recent entry.


The documentation for this struct was generated from the following file: