Cloudy
Spectral Synthesis Code for Astrophysics
|
#include "cddefines.h"
#include "rfield.h"
#include "iterations.h"
#include "dense.h"
#include "trace.h"
#include "opacity.h"
#include "geometry.h"
#include "continuum.h"
Functions | |
STATIC void | rfield_opac_alloc () |
void | ContCreateMesh () |
void | rfield_opac_zero (long lo, long ihi) |
void ContCreateMesh | ( | ) |
set up continuum energy mesh if first call, otherwise reset to original mesh
References ASSERT, DEBUG_ENTRY, fprintf(), geometry, ioQQQ, iterations, MAX2, opac, rfield, rfield_opac_alloc(), rfield_opac_zero(), trace, and vzero().
Referenced by cloudy(), and ParseCompile().
STATIC void rfield_opac_alloc | ( | ) |
References ASSERT, DEBUG_ENTRY, dense, lgRfieldAllocated, opac, rfield, STATIC, TotalInsanity(), and vzero().
Referenced by ContCreateMesh().
void rfield_opac_zero | ( | long | lo, |
long | ihi ) |
zero out rfield arrays between certain limits, code in zero.c
References lgRfieldAllocated, opac, rfield, and vzero().
Referenced by ContCreateMesh(), ConvInitSolution(), and InitSimPostparse().