MBDyn-1.7.3
|
#include <limits>
#include <iostream>
#include <iomanip>
#include <cfloat>
#include <cassert>
#include <cmath>
#include <cstring>
#include <ctime>
#include <dataman.h>
#include <userelem.h>
#include "module-autodiff_test.h"
Go to the source code of this file.
Macros | |
#define | CREATE_PROFILE 1 |
Functions | |
bool | autodiff_test_set (void) |
int | module_init (const char *module_name, void *pdm, void *php) |
This function registers our user defined element for the math parser. More... | |
#define CREATE_PROFILE 1 |
Definition at line 42 of file module-autodiff_test.cc.
bool autodiff_test_set | ( | void | ) |
Definition at line 1552 of file module-autodiff_test.cc.
References SetUDE().
Referenced by module_init().
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 1582 of file module-autodiff_test.cc.
References autodiff_test_set().