Additional arguments for the SRMHD residual function
- The conservative to primitive transformation for the SRMHD class requires an N=2 dimensional nonlinear rootfind and thus requires the multi-dimensional Newton- Secant solver of the Cminpack library, i.e. the function hybrd1. This function can take additional arguments in the form of a void pointer to some data object, and thus for the data required in the cons2prims solver, the additional data is located in this Args data structure.
Definition at line 269 of file srmhd.h.