FEDEM Solver
R8.0
Source code of the dynamics solver
|
Driver for the FEDEM linear FE part solver. More...
Functions/Subroutines | |
subroutine | solver (n, nodes, displ, ierr) |
Driver for the FEDEM linear FE part solver. More... | |
Driver for the FEDEM linear FE part solver.
subroutine solver | ( | integer, intent(in) | n, |
integer, dimension(n), intent(inout) | nodes, | ||
real(dp), dimension(3,n), intent(out) | displ, | ||
integer, intent(out) | ierr | ||
) |
Driver for the FEDEM linear FE part solver.
[in] | n | Number of nodes to return displacements for |
[in] | nodes | List of nodes to return displacements for |
[out] | displ | Array of nodal displacements |
[out] | ierr | Error flag |
This program may be used to solve the linear FE equations on a part subjected to some external load. Its main purpose is for development use, to simplify the verification of FE formulations, constraint handling, etc. The program can also solve for the natural frequencies (eigenvalues).