Cloudy
Spectral Synthesis Code for Astrophysics
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
optimize_phymir.cpp File Reference
#include "cddefines.h"
#include "version.h"
#include "optimize.h"
#include "service.h"
#include "ran.h"
Include dependency graph for optimize_phymir.cpp:

Macros

#define pid_t   int
 
#define fork()   TotalInsanityAsStub<pid_t>()
 
#define wait(X)   TotalInsanityAsStub<pid_t>()
 

Functions

template<class T >
bool WR_ITEM (const T &x, FILE *io)
 
template<class T >
bool RD_ITEM (T &x, FILE *io)
 
void optimize_phymir (realnum xc[], const realnum del[], long int nvarPhymir, chi2_type *ymin, realnum toler)
 

Variables

const char * STATEFILE = "continue.pmr"
 
const char * STATEFILE_BACKUP = "continue.bak"
 

Macro Definition Documentation

#define pid_t   int

Function Documentation

template<class T >
bool RD_ITEM ( T &  x,
FILE *  io 
)
inline
template<class T >
bool WR_ITEM ( const T &  x,
FILE *  io 
)
inline

Variable Documentation

const char* STATEFILE = "continue.pmr"

this is the name of the file that optimize_phymir automatically creates containing information to continue the optimization at a later time.

Referenced by optimize_phymir().

const char* STATEFILE_BACKUP = "continue.bak"

Referenced by optimize_phymir().