CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
umpc_user.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine umpc_user (x, u, f, a, jdof, n, force, iit, idiscon)
 

Function/Subroutine Documentation

◆ umpc_user()

subroutine umpc_user ( real*8, dimension(3,*)  x,
real*8, dimension(3,*)  u,
real*8  f,
real*8, dimension(*)  a,
integer, dimension(*)  jdof,
integer  n,
real*8  force,
integer  iit,
integer  idiscon 
)
20 !
21 ! updates the coefficients in a user mpc
22 !
23 ! INPUT:
24 !
25 ! x(3,n) Carthesian coordinates of the nodes in the
26 ! user mpc.
27 ! u(3,n) Actual displacements of the nodes in the
28 ! user mpc.
29 ! jdof Actual degrees of freedom of the mpc terms
30 ! n number of terms in the user mpc
31 ! force Actual value of the mpc force
32 ! iit iteration number
33 !
34 ! OUTPUT:
35 !
36 ! f Actual value of the mpc. If the mpc is
37 ! exactly satisfied, this value is zero
38 ! a(n) coefficients of the linearized mpc
39 ! jdof Corrected degrees of freedom of the mpc terms
40 ! idiscon 0: no discontinuity
41 ! 1: discontinuity
42 ! If a discontinuity arises the previous
43 ! results are not extrapolated at the start of
44 ! a new increment
45 !
46  implicit none
47 !
48  integer jdof(*),n,iit,idiscon
49 !
50  real*8 x(3,*),u(3,*),f,a(*),force
51 !
52 !
53  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)