Description not yet available. More...
#include <admodel.h>
Public Member Functions | |
void | allocate (const char *) |
void | allocate (void) |
Static Public Member Functions | |
static void | get_all_from_master (void) |
static void | send_all_to_slaves (void) |
Private Member Functions | |
void | add_to_list (void) |
virtual void | get_from_master (void)=0 |
virtual void | send_to_slaves (void)=0 |
Static Private Attributes | |
static const int | maxnum_pvm_params |
static int | num_pvm_params |
static pvm_params * | varsptr [] |
void pvm_params::add_to_list | ( | void | ) | [private] |
void pvm_params::allocate | ( | const char * | ) |
void pvm_params::allocate | ( | void | ) |
static void pvm_params::get_all_from_master | ( | void | ) | [static] |
Referenced by function_minimizer::computations1().
virtual void pvm_params::get_from_master | ( | void | ) | [private, pure virtual] |
Implemented in pvm_int, and pvm_number.
static void pvm_params::send_all_to_slaves | ( | void | ) | [static] |
Referenced by function_minimizer::computations1().
virtual void pvm_params::send_to_slaves | ( | void | ) | [private, pure virtual] |
Implemented in pvm_int, and pvm_number.
const int pvm_params::maxnum_pvm_params [static, private] |
int pvm_params::num_pvm_params [static, private] |
pvm_params* pvm_params::varsptr[] [static, private] |
Generated on Tue Mar 8 2016 19:51:40 for ADMB Documentation by 1.8.0 |