Go to the source code of this file.
◆ operator==() [1/6]
Equal operator for the EOS_Config_Adiabatic struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_Adiabatic struct to compare |
| rhs | Second EOS_Config_Adiabatic struct to compare |
This function checks if two EOS_Config_Adiabatic structs are equal by comparing their gamma values.
- Returns
- true if the two structs have the same gamma value, false otherwise
Definition at line 74 of file eos_config.hpp.
◆ operator==() [2/6]
Equal operator for the EOS_Config_Fermi struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_Fermi struct to compare |
| rhs | Second EOS_Config_Fermi struct to compare |
This function checks if two EOS_Config_Fermi structs are equal by comparing their mu_e values.
- Returns
- true if the two structs have the same mu_e values, false otherwise
Definition at line 145 of file eos_config.hpp.
◆ operator==() [3/6]
Equal operator for the EOS_Config_LocallyIsothermal_LP07 struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_LocallyIsothermal_LP07 struct to compare |
| rhs | Second EOS_Config_LocallyIsothermal_LP07 struct to compare |
This function checks if two EOS_Config_LocallyIsothermal_LP07 structs are equal by comparing their cs0, q, and r0 values.
- Returns
- true if the two structs have the same cs0, q, and r0 values, false otherwise
Definition at line 183 of file eos_config.hpp.
◆ operator==() [4/6]
Equal operator for the EOS_Config_LocallyIsothermalDisc_ExtendedFarris2014 struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_LocallyIsothermalDisc_ExtendedFarris2014 struct to compare |
| rhs | Second EOS_Config_LocallyIsothermalDisc_ExtendedFarris2014 struct to compare |
This function checks if two EOS_Config_LocallyIsothermalDisc_ExtendedFarris2014 structs are equal by comparing their cs0, q, r0, and n_sinks values.
- Returns
- true if the two structs have the same cs0, q, r0, and n_sinks values, false otherwise
Definition at line 287 of file eos_config.hpp.
◆ operator==() [5/6]
Equal operator for the EOS_Config_LocallyIsothermalDisc_Farris2014 struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_LocallyIsothermalDisc_Farris2014 struct to compare |
| rhs | Second EOS_Config_LocallyIsothermalDisc_Farris2014 struct to compare |
This function checks if two EOS_Config_LocallyIsothermalDisc_Farris2014 structs are equal by comparing their cs0, q, and r0 values.
- Returns
- true if the two structs have the same cs0, q, and r0 values, false otherwise
Definition at line 218 of file eos_config.hpp.
◆ operator==() [6/6]
Equal operator for the EOS_Config_Polytropic struct.
- Template Parameters
-
- Parameters
-
| lhs | First EOS_Config_Polytropic struct to compare |
| rhs | Second EOS_Config_Polytropic struct to compare |
This function checks if two EOS_Config_Polytropic structs are equal by comparing their K and gamma values.
- Returns
- true if the two structs have the same K and gamma values, false otherwise
Definition at line 110 of file eos_config.hpp.