MBDyn-1.7.3
|
#include <drive.h>
#include <myassert.h>
#include <except.h>
#include <strnode.h>
#include <elem.h>
#include <mynewmem.h>
#include <dataman.h>
#include "module-nodedistdrive.h"
Go to the source code of this file.
Classes | |
class | NodeDistDriveCaller |
struct | NodeDistDCR |
Functions | |
bool | nodedistdrive_set () |
int | module_init (const char *module_name, void *pdm, void *php) |
This function registers our user defined element for the math parser. More... | |
int module_init | ( | const char * | module_name, |
void * | pdm, | ||
void * | php | ||
) |
This function registers our user defined element for the math parser.
It is called when the "module load" statement appears in the input file.
Definition at line 275 of file module-nodedistdrive.cc.
References nodedistdrive_set().
bool nodedistdrive_set | ( | ) |
Definition at line 260 of file module-nodedistdrive.cc.
References SetDriveCallerData().
Referenced by InitDriveCallerData(), and module_init().