#include "mdsolver.h"#include "global.h"#include "globmat.h"#include "loadcase.h"#include "gmatrix.h"#include "mechprint.h"#include "node.h"#include <string.h>Go to the source code of this file.
Functions | |
| void | solve_molecular_dynamics () |
| void solve_molecular_dynamics | ( | ) |
function solves problems of molecular dynamics
JK, 19.6.2005
Definition at line 15 of file mdsolver.cpp.
References compute_req_val(), lhsrhs::give_lhs(), lhsrhs::give_rhs(), Lsrs, mefel_right_hand_side(), Mm, lhsrhs::nlc, print_close(), print_init(), print_step(), Smat, gmatrix::solve_system(), and stiffness_matrix().
1.6.2