ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | List of all members
ad_comm Class Reference

Description not yet available. More...

#include <fvar.hpp>

Public Member Functions

virtual void get_slave_assignments (void)
 

Static Public Member Functions

static streampos change_datafile_name (const adstring &s, const streampos &off=0)
 Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California. More...
 
static streampos change_pinfile_name (const adstring &s, const streampos &off=0)
 Change the global_parfile stream using input_file. More...
 

Static Public Attributes

static adstring adprogram_name
 
static int argc =0
 
static char ** argv =NULL
 
static int bandwidth =0
 
static unsigned char directory_prefix ='\\'
 
static uistreamglobal_bparfile =NULL
 
static cifstreamglobal_datafile =NULL
 
static ofstream * global_logfile =NULL
 
static cifstreamglobal_parfile =NULL
 
static int no_atlas_flag =0
 
static int no_ln_det_choleski_flag =0
 
static int no_pvm_flag =0
 
static char option_flags []
 
static int print_hess_and_exit_flag
 
static adpvm_manager * pvm_manager = NULL
 
static adstring subdir
 
static unsigned int wd_flag =0
 
static adstring working_directory_path
 

Protected Member Functions

 ad_comm ()
 Default constructor. More...
 
 ad_comm (int argc, char *argv[])
 
virtual ~ad_comm ()
 Destructor. More...
 
void allocate ()
 

Detailed Description

Description not yet available.

Parameters

Definition at line 8828 of file fvar.hpp.

Constructor & Destructor Documentation

ad_comm::ad_comm ( )
protected

Default constructor.

Definition at line 366 of file model7.cpp.

ad_comm::ad_comm ( int  argc,
char *  argv[] 
)
protected

Definition at line 45 of file model7.cpp.

ad_comm::~ad_comm ( )
protectedvirtual

Destructor.

Definition at line 555 of file model7.cpp.

Member Function Documentation

void ad_comm::allocate ( void  )
protected

Definition at line 370 of file model7.cpp.

Referenced by ad_comm().

streampos ad_comm::change_datafile_name ( const adstring input_file,
const streampos &  offset = 0 
)
static

Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.

Change the global_datafile stream using file input_file. Returns the current streampos of existing open file, else returns 0.

Parameters
input_filenew input data file.
offchange to this offset if file exists.

Definition at line 15 of file model17.cpp.

streampos ad_comm::change_pinfile_name ( const adstring input_file,
const streampos &  offset = 0 
)
static

Change the global_parfile stream using input_file.

Returns the current streampos of existing open file, else returns 0.

Parameters
input_filenew input par file.
offsetchange to this offset if file exists.

Definition at line 53 of file model17.cpp.

virtual void ad_comm::get_slave_assignments ( void  )
virtual

Member Data Documentation

adstring ad_comm::adprogram_name
static
int ad_comm::argc =0
static
char ** ad_comm::argv =NULL
static
int ad_comm::bandwidth =0
static
unsigned char ad_comm::directory_prefix ='\\'
static

Definition at line 8865 of file fvar.hpp.

Referenced by allocate().

uistream * ad_comm::global_bparfile =NULL
static
cifstream * ad_comm::global_datafile =NULL
static
ofstream * ad_comm::global_logfile =NULL
static
cifstream * ad_comm::global_parfile =NULL
static
int ad_comm::no_atlas_flag =0
static
int ad_comm::no_ln_det_choleski_flag =0
static
int ad_comm::no_pvm_flag =0
static

Definition at line 8839 of file fvar.hpp.

char ad_comm::option_flags
static

Definition at line 8862 of file fvar.hpp.

int ad_comm::print_hess_and_exit_flag
static
adpvm_manager * ad_comm::pvm_manager = NULL
static
adstring ad_comm::subdir
static

Definition at line 8851 of file fvar.hpp.

Referenced by DF_FILE::DF_FILE(), and grad_stack::grad_stack().

unsigned int ad_comm::wd_flag =0
static
adstring ad_comm::working_directory_path
static

Definition at line 8861 of file fvar.hpp.

Referenced by allocate(), and change_datafile_name().


The documentation for this class was generated from the following files: