Stores data of the failed cons2prims rootfinder
- When the cons2prims rootfinder fails, we can take note of the cell, continue throughout the domain and come back to that failed cell, using the average of the successfully completed surrounding cells as an initial estimate for the solution of the failed cell. This struct holds the failed cells data, and thus we can use a vector type to hold instances of this structure when an unknown number of cells inevitably fail.
Definition at line 292 of file srmhd.h.