MBDyn-1.7.3
|
#include "mbconfig.h"
#include <cmath>
#include <cfloat>
#include <fstream>
#include "dataman.h"
#include "drive_.h"
#include "constltp.h"
Go to the source code of this file.
Classes | |
class | GRAALLDamperConstitutiveLaw |
struct | GRAALLDamperCLR |
Functions | |
int __FC_DECL__() | dmpfr (doublereal *DL, doublereal *DLDT, doublereal *V, doublereal *TBDMR, doublereal *TBDMA, doublereal *TBCVR, doublereal *TBCVA, doublereal *VETVIS, integer *NPDMR, integer *NPDMA, integer *NPCVR, integer *NPCVA, integer *NPVT, doublereal *FTOT, doublereal *FVISDL, doublereal *FELDL) |
int | module_init (const char *module_name, void *pdm, void *php) |
This function registers our user defined element for the math parser. More... | |
int __FC_DECL__() dmpfr | ( | doublereal * | DL, |
doublereal * | DLDT, | ||
doublereal * | V, | ||
doublereal * | TBDMR, | ||
doublereal * | TBDMA, | ||
doublereal * | TBCVR, | ||
doublereal * | TBCVA, | ||
doublereal * | VETVIS, | ||
integer * | NPDMR, | ||
integer * | NPDMA, | ||
integer * | NPCVR, | ||
integer * | NPCVA, | ||
integer * | NPVT, | ||
doublereal * | FTOT, | ||
doublereal * | FVISDL, | ||
doublereal * | FELDL | ||
) |
Referenced by GRAALLDamperConstitutiveLaw::Update().
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 447 of file module-damper-graall.cc.
References pHP, and SetCL1D().