MBDyn-1.7.3
|
#include <algorithm>
#include <cassert>
#include <cfloat>
#include <cmath>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <limits>
#include <vector>
#include <dataman.h>
#include <userelem.h>
#include "module-inline_friction.h"
Go to the source code of this file.
Classes | |
class | InlineFriction |
Functions | |
bool | inline_friction_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... | |
bool inline_friction_set | ( | void | ) |
Definition at line 1155 of file module-inline_friction.cc.
References SetUDE().
Referenced by InitUDE(), and 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 1173 of file module-inline_friction.cc.
References inline_friction_set().