#include "cddefines.h"
#include "iterations.h"
#include "called.h"
#include "input.h"
#include "rfield.h"
#include "trace.h"
#include "radius.h"
#include "geometry.h"
#include "opacity.h"
#include "dense.h"
#include "map.h"
#include "plot.h"
Go to the source code of this file.
Defines | |
#define | IHI 59 |
#define | IWID 121 |
#define | NDECAD 18 |
Functions | |
static void | pltcon (long int np, const char *chCall) |
static void | pltmap (long int np, const char *chCall) |
static void | pltopc (long int np, const char *chCall) |
static void | pltr (float[], float[], long, double, double, double, double, char, char *, long, bool) |
void | plot (const char *chCall) |
static void | pltr (float x[], float y[], long int npnts, double xmin, double xmax, double ymin, double ymax, char chSym, char *chXtitle, long int itim, bool lgTrace) |
#define NDECAD 18 |
Referenced by pltr().
void plot | ( | const char * | chCall | ) |
plot master routine to generate some sort of plot
*chCall |
Definition at line 36 of file plot.cpp.
References called, cdEXIT(), t_plotCom::chPType, DEBUG_ENTRY, DEBUG_EXIT, ioQQQ, iterations, t_iterations::lgLastIt, t_plotCom::lgPlotON, t_called::lgTalk, t_plotCom::nplot, plotCom, pltcon(), pltmap(), and pltopc().
Referenced by cloudy().
static void pltcon | ( | long int | np, | |
const char * | chCall | |||
) | [static] |
Definition at line 101 of file plot.cpp.
References t_rfield::anu, t_rfield::anu2, t_rfield::anulog, t_plotCom::chPType, t_rfield::ConEmitLocal, t_rfield::ConEmitOut, t_rfield::ConEmitReflec, t_geometry::covgeo, DEBUG_ENTRY, DEBUG_EXIT, t_rfield::flux, t_rfield::FluxSave, geometry, ioQQQ, t_plotCom::lgPltTrace, t_geometry::lgSphere, t_trace::lgTrace, MALLOC, MAX2, MAX3, MIN2, MIN3, t_rfield::nflux, t_rfield::nupper, nzone, opac, t_opac::opacity_abs, t_rfield::otscon, t_rfield::otslin, t_rfield::outlin, t_rfield::outlin_noplot, plotCom, pltr(), t_plotCom::pltxmn, t_plotCom::pltxmx, t_radius::r1r0sq, radius, t_rfield::reflin, rfield, trace, and t_rfield::widflx.
Referenced by plot().
static void pltmap | ( | long int | np, | |
const char * | chCall | |||
) | [static] |
Definition at line 282 of file plot.cpp.
References called, t_map::cmap, DEBUG_ENTRY, DEBUG_EXIT, t_map::hmap, ioQQQ, t_map::lgMapBeingDone, t_plotCom::lgPltTrace, t_called::lgTalk, t_trace::lgTrace, map, map_do(), MAX2, MAX3, MIN2, MIN3, t_map::nmap, plotCom, pltr(), t_plotCom::pltxmn, t_plotCom::pltxmx, t_map::RangeMap, t_map::temap, and trace.
Referenced by plot().
static void pltopc | ( | long int | np, | |
const char * | chCall | |||
) | [static] |
Definition at line 379 of file plot.cpp.
References t_rfield::anulog, cdEXIT(), t_plotCom::chPType, DEBUG_ENTRY, DEBUG_EXIT, dense, t_dense::gas_phase, ioQQQ, ipHYDROGEN, t_plotCom::lgPltTrace, t_trace::lgTrace, MALLOC, MAX2, MAX3, MIN2, MIN3, t_rfield::nflux, t_rfield::nupper, opac, t_opac::opacity_abs, t_opac::opacity_abs_savzon1, t_opac::opacity_sct, t_opac::opacity_sct_savzon1, plotCom, pltr(), t_plotCom::pltxmn, t_plotCom::pltxmx, rfield, and trace.
Referenced by plot().
static void pltr | ( | float | x[], | |
float | y[], | |||
long int | npnts, | |||
double | xmin, | |||
double | xmax, | |||
double | ymin, | |||
double | ymax, | |||
char | chSym, | |||
char * | chXtitle, | |||
long int | itim, | |||
bool | lgTrace | |||
) | [static] |
Definition at line 496 of file plot.cpp.
References cdEXIT(), t_input::chTitle, DEBUG_ENTRY, DEBUG_EXIT, IHI, input, ioQQQ, IWID, MAX2, MIN2, and NDECAD.
static void pltr | ( | float | [], | |
float | [], | |||
long | , | |||
double | , | |||
double | , | |||
double | , | |||
double | , | |||
char | , | |||
char * | , | |||
long | , | |||
bool | ||||
) | [static] |