|
MBDyn-1.7.3
|
#include "mbconfig.h"#include <strings.h>#include <time.h>#include "dataman.h"#include "friction.h"#include "solver.h"#include "invsolver.h"#include "constltp.h"#include "dataman_.h"#include "dofpgin.h"#include "privpgin.h"#include "dummypgin.h"#include "modelns.h"#include "modules.h"#include "j2p.h"#include "userelem.h"#include "gust.h"#include "cleanup.h"
Go to the source code of this file.
Functions | |
| void | SetDrvHdl (DriveHandler *) |
| const bool | bDefaultInitialJointAssemblyToBeMade (false) |
| const bool | bDefaultSkipInitialJointAssembly (false) |
| const bool | bDefaultOmegaRotates (false) |
| int | datamanager_cleanup (void *data) |
Variables | |
| const doublereal | dDefaultInitialStiffness = 1. |
| const doublereal | dDefaultInitialAssemblyTol = 1.e-6 |
| const integer | iDefaultMaxInitialIterations = 1 |
| int datamanager_cleanup | ( | void * | data | ) |
Definition at line 914 of file dataman.cc.
References DataManager::Cleanup().
Referenced by DataManager::DataManager().

| void SetDrvHdl | ( | DriveHandler * | ) |
Referenced by MBDynParser::SetDataManager().
| const doublereal dDefaultInitialAssemblyTol = 1.e-6 |
Definition at line 82 of file dataman.cc.
Referenced by DataManager::ReadControl().
| const doublereal dDefaultInitialStiffness = 1. |
Definition at line 80 of file dataman.cc.
Referenced by DataManager::ReadControl().
| const integer iDefaultMaxInitialIterations = 1 |
Definition at line 83 of file dataman.cc.
Referenced by DataManager::ReadControl().