FEDEM Solver  R8.0
Source code of the dynamics solver
Functions/Subroutines
solver.f90 File Reference

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...
 

Detailed Description

Driver for the FEDEM linear FE part solver.

Function/Subroutine Documentation

◆ 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.

Parameters
[in]nNumber of nodes to return displacements for
[in]nodesList of nodes to return displacements for
[out]displArray of nodal displacements
[out]ierrError 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).

Author
Knut Morten Okstad
Date
11 Oct 2002
Here is the call graph for this function: