|
SpECTRE
v2026.04.01
|
#include <Jacobian.hpp>
Public Types | |
| using | independent = Independent |
| using | dependent = Dependent |
| using | type |
Tag for the derivative of an implicit source (Dependent) with respect to an implicit variable (Independent).
The independent indices are given first, so
\begin{equation} \frac{S(U_{j...})}{U_{i...}} = J_{i\ldots,j\ldots} \end{equation}
with appropriate upper and lower indices.
| using imex::Tags::Jacobian< Independent, Dependent >::type |