|
SpECTRE
v2026.04.01
|
Compute item for the specific entropy \(s\). More...
#include <SpecificEntropy.hpp>
Public Types | |
| using | argument_tags |
| using | return_type = Scalar<DataType> |
| using | base = SpecificEntropy<DataType> |
| Public Types inherited from hydro::Tags::SpecificEntropy< DataType > | |
| using | type = Scalar<DataType> |
Static Public Member Functions | |
| template<typename EquationOfStateType> | |
| static void | function (const gsl::not_null< Scalar< DataType > * > result, const Scalar< DataType > &rest_mass_density, const Scalar< DataType > &temperature, const Scalar< DataType > &electron_fraction, const EquationOfStateType &equation_of_state) |
Compute item for the specific entropy \(s\).
Can be retrieved using hydro::Tags::SpecificEntropy
| using hydro::Tags::SpecificEntropyCompute< DataType >::argument_tags |