SpECTRE
v2024.09.29
|
Updates a FunctionOfTime in the global cache. Intended to be used in Parallel::mutate. More...
#include <UpdateFunctionOfTime.hpp>
Static Public Member Functions | |
static void | apply (gsl::not_null< std::unordered_map< std::string, std::unique_ptr< domain::FunctionsOfTime::FunctionOfTime > > * > f_of_t_list, const std::string &f_of_t_name, double update_time, DataVector update_deriv, double new_expiration_time) |
Updates a FunctionOfTime in the global cache. Intended to be used in Parallel::mutate.