METHOD
Failed Struct Reference

#include <srmhd.h>

Public Attributes

int x
 
int y
 
int z
 

Detailed Description

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.

Member Data Documentation

◆ x

int Failed::x

Cell number of failed C2P conversion.

Definition at line 297 of file srmhd.h.

◆ y

int Failed::y

Cell number of failed C2P conversion.

Definition at line 297 of file srmhd.h.

◆ z

int Failed::z

Cell number of failed C2P conversion.

Definition at line 297 of file srmhd.h.


The documentation for this struct was generated from the following file: