#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 "hcmap.h"
#include "plot.h"
Go to the source code of this file.
|
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 (realnum[], realnum[], long, double, double, double, double, char, char *, long, bool) |
void | plot (const char *chCall) |
STATIC void | pltr (realnum x[], realnum y[], long int npnts, double xmin, double xmax, double ymin, double ymax, char chSym, char *chXtitle, long int itim, bool lgTrace) |
◆ IHI
◆ IWID
◆ NDECAD
◆ plot()
void plot |
( |
const char * | chCall | ) |
|
◆ pltcon()
STATIC void pltcon |
( |
long int | np, |
|
|
const char * | chCall ) |
Definition at line 98 of file plot.cpp.
References DEBUG_ENTRY, geometry, ioQQQ, MALLOC, MAX2, MAX3, MIN2, MIN3, nzone, opac, plotCom, pltr(), radius, rfield, STATIC, and trace.
Referenced by plot().
◆ pltmap()
STATIC void pltmap |
( |
long int | np, |
|
|
const char * | chCall ) |
Definition at line 275 of file plot.cpp.
References called, DEBUG_ENTRY, hcmap, ioQQQ, map_do(), MAX2, MAX3, MIN2, MIN3, plotCom, pltr(), STATIC, and trace.
Referenced by plot().
◆ pltopc()
STATIC void pltopc |
( |
long int | np, |
|
|
const char * | chCall ) |
Definition at line 369 of file plot.cpp.
References cdEXIT, DEBUG_ENTRY, dense, EXIT_FAILURE, ioQQQ, ipHYDROGEN, MALLOC, MAX2, MAX3, MIN2, MIN3, opac, plotCom, pltr(), rfield, STATIC, and trace.
Referenced by plot().
◆ pltr() [1/2]
STATIC void pltr |
( |
realnum | x[], |
|
|
realnum | y[], |
|
|
long int | npnts, |
|
|
double | xmin, |
|
|
double | xmax, |
|
|
double | ymin, |
|
|
double | ymax, |
|
|
char | chSym, |
|
|
char * | chXtitle, |
|
|
long int | itim, |
|
|
bool | lgTrace ) |
Definition at line 482 of file plot.cpp.
References cdEXIT, DEBUG_ENTRY, EXIT_FAILURE, IHI, input, ioQQQ, IWID, MAX2, MIN2, NDECAD, and STATIC.
◆ pltr() [2/2]
STATIC void pltr |
( |
realnum | [], |
|
|
realnum | [], |
|
|
long | , |
|
|
double | , |
|
|
double | , |
|
|
double | , |
|
|
double | , |
|
|
char | , |
|
|
char * | , |
|
|
long | , |
|
|
bool | ) |
◆ plotCom