MBDyn-1.7.3
|
Go to the source code of this file.
Classes | |
struct | mb_sol_wrap_t |
Functions | |
static mb_sol_wrap_t * | mb_sol_create_ (const char *sIn, const char *sOut) |
void * | mb_sol_create (const char *sIn, const char *sOut) |
void * | mb_sol_create_inv (const char *sIn, const char *sOut) |
int | mb_sol_prepare (void *p) |
int | mb_sol_start (void *p) |
int | mb_sol_advance (void *p) |
int | mb_sol_destroy (void *p) |
int | mb_sol_setbufin (void *p, unsigned uLabel, integer iSize, doublereal *pdBuf) |
int | mb_sol_setbufout (void *p, unsigned uLabel, integer iSize, doublereal *pdBuf) |
int mb_sol_advance | ( | void * | p | ) |
Definition at line 66 of file invsolwrap.cc.
References Solver::Advance(), and mb_sol_wrap_t::pS.
void* mb_sol_create | ( | const char * | sIn, |
const char * | sOut | ||
) |
Definition at line 28 of file invsolwrap.cc.
References mb_sol_create_(), mb_sol_wrap_t::pHP, and mb_sol_wrap_t::pS.
|
static |
Definition at line 15 of file invsolwrap.cc.
References mb_sol_wrap_t::pHP, mb_sol_wrap_t::pIn, mb_sol_wrap_t::pMP, mb_sol_wrap_t::pT, and mb_sol_wrap_t::streamIn.
Referenced by mb_sol_create(), and mb_sol_create_inv().
void* mb_sol_create_inv | ( | const char * | sIn, |
const char * | sOut | ||
) |
Definition at line 36 of file invsolwrap.cc.
References mb_sol_create_(), mb_sol_wrap_t::pHP, and mb_sol_wrap_t::pS.
int mb_sol_destroy | ( | void * | p | ) |
Definition at line 77 of file invsolwrap.cc.
References mb_sol_wrap_t::pIn, mb_sol_wrap_t::pMP, mb_sol_wrap_t::pS, and mb_sol_wrap_t::pT.
int mb_sol_prepare | ( | void * | p | ) |
Definition at line 44 of file invsolwrap.cc.
References Solver::Prepare(), and mb_sol_wrap_t::pS.
int mb_sol_setbufin | ( | void * | p, |
unsigned | uLabel, | ||
integer | iSize, | ||
doublereal * | pdBuf | ||
) |
Definition at line 90 of file invsolwrap.cc.
References Solver::pGetDataManager(), mb_sol_wrap_t::pS, and DataManager::SetBufInRaw().
int mb_sol_setbufout | ( | void * | p, |
unsigned | uLabel, | ||
integer | iSize, | ||
doublereal * | pdBuf | ||
) |
Definition at line 100 of file invsolwrap.cc.
References Solver::pGetDataManager(), mb_sol_wrap_t::pS, and DataManager::SetBufOutRaw().
int mb_sol_start | ( | void * | p | ) |
Definition at line 55 of file invsolwrap.cc.
References mb_sol_wrap_t::pS, and Solver::Start().