SpECTRE
v2024.12.16
|
Protocol for the Jacobian of implicit source terms. More...
#include <ImplicitSourceJacobian.hpp>
Classes | |
struct | test |
Protocol for the Jacobian of implicit source terms.
A struct conforming to this protocol must also conform to protocols::StaticReturnApplyable. The return_tags
of this struct must be a list of Tags::Jacobian
tags for the dependence of the sector's Tags::Sources
on the sector's tensors. Portions of the Jacobian that are zero may be omitted from the list.
The argument_tags
must not include compute items depending on tensors in the implicit sector.