MBDyn-1.7.3
|
Go to the source code of this file.
Functions | |
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, int iSize, double *pdBuf) |
int | mb_sol_setbufout (void *p, unsigned uLabel, int iSize, double *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.
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_start | ( | void * | p | ) |
Definition at line 55 of file invsolwrap.cc.
References mb_sol_wrap_t::pS, and Solver::Start().