|
| VLAProfileInversion (MeshBlock *pmb, ParameterInput *pin) |
|
| ~VLAProfileInversion () |
|
void | CalculateFitTarget (Radiation const *prad, Real *val, int nvalue, int k, int j) const override |
|
| ProfileInversion (MeshBlock *pmb, ParameterInput *pin, std::string name) |
|
| ~ProfileInversion () |
|
size_t | samples () const |
|
void | InitializePositions () override |
|
void | UpdateHydro (Hydro *phydro, ParameterInput *pin) const override |
|
Real | LogPosteriorProbability (Radiation *prad, Hydro *phydro, Real const *par, Real *val, int k) const override |
|
void | UpdateProfiles (Hydro *phydro, Real **XpSample, int k, int jl, int ju) const |
|
void | ConvectiveAdjustment (Hydro *phydro, int k, int ju) const |
|
virtual Real | LogPriorProbability (Real **XpSample) const |
|
int | getX2Span () const override |
|
| Inversion (MeshBlock *pmb, ParameterInput *pin, std::string name) |
| Constructor and destructor. More...
|
|
virtual | ~Inversion () |
|
void | InitializeChain (int nstep, int nwalker, int ndim, int nvalue) |
|
void | MakeMCMCOutputs (std::string fname) |
|
void | MCMCInit (Radiation *prad, Hydro *phydro) |
|
void | MCMCMove (Radiation *prad, Hydro *phydro) |
|
void | MCMCSave (Hydro *phydro) |
|
void | ResetChain () |
|
int | GetDims () const |
|
int | GetValues () const |
|
int | GetWalkers () const |
|
int | GetSteps () const |
|
void | SetLogProbability (int k, Real lnp) |
|
Real | GetLogProbability (int k) const |
|
void | setX2Indices (int j) |
|
bool | ShouldFITSOutput (std::string variable_name) const override |
| MeshOutputGroup functions. More...
|
|
void | LoadFITSOutputData (OutputType *pod, int *num_vars) const override |
|
| NamedGroup (std::string name) |
|
virtual | ~NamedGroup () |
|
std::string | GetName () const |
|
virtual | ~FITSOutputGroup () |
|
Definition at line 52 of file profile_inversion.hpp.